File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
[Files]
2
2
; Avisynth
3
- DestDir : {app} ; Source : {#DEPS_DIR}\AvisynthPlus64\x64 \Output\system\DevIL.dll; Flags : ignoreversion ; Components : main
4
- DestDir : {app} ; Source : {#DEPS_DIR}\AvisynthPlus64\x64 \Output\AviSynth.dll; Flags : ignoreversion ; Components : main
5
- DestDir : {app} ; Source : {#DEPS_DIR}\AvisynthPlus64\x64 \Output\plugins\DirectShowSource.dll; Flags : ignoreversion ; Components : main
3
+ ; DestDir: {app}; Source: {#DEPS_DIR}\AvisynthPlus64\x64\Output\system\DevIL.dll; Flags: ignoreversion; Components: main
4
+ ; DestDir: {app}; Source: {#DEPS_DIR}\AvisynthPlus64\x64\Output\AviSynth.dll; Flags: ignoreversion; Components: main
5
+ ; DestDir: {app}; Source: {#DEPS_DIR}\AvisynthPlus64\x64\Output\plugins\DirectShowSource.dll; Flags: ignoreversion; Components: main
6
6
; VSFilter
7
7
DestDir : {app} \csri; Source : {#DEPS_DIR}\VSFilter\x64 \VSFilter.dll; Flags : ignoreversion ; Components : main
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ Write-Output 'Copying - dictionaries'
55
55
Copy-New - Item $InstallerDepsDir \dictionaries\en_US.aff $PortableOutputDir \dictionaries
56
56
Copy-New - Item $InstallerDepsDir \dictionaries\en_US.dic $PortableOutputDir \dictionaries
57
57
Write-Output ' Copying - codecs'
58
- Write-Output ' Copying - codecs\Avisynth'
59
- Copy-New - Item $InstallerDepsDir \AvisynthPlus64\x64\Output\system\DevIL.dll $PortableOutputDir
60
- Copy-New - Item $InstallerDepsDir \AvisynthPlus64\x64\Output\AviSynth.dll $PortableOutputDir
61
- Copy-New - Item $InstallerDepsDir \AvisynthPlus64\x64\Output\plugins\DirectShowSource.dll $PortableOutputDir
58
+ # Write-Output 'Copying - codecs\Avisynth'
59
+ # Copy-New-Item $InstallerDepsDir\AvisynthPlus64\x64\Output\system\DevIL.dll $PortableOutputDir
60
+ # Copy-New-Item $InstallerDepsDir\AvisynthPlus64\x64\Output\AviSynth.dll $PortableOutputDir
61
+ # Copy-New-Item $InstallerDepsDir\AvisynthPlus64\x64\Output\plugins\DirectShowSource.dll $PortableOutputDir
62
62
Write-Output ' Copying - codecs\VSFilter'
63
63
Copy-New - Item $InstallerDepsDir \VSFilter\x64\VSFilter.dll $PortableOutputDir \csri
64
64
Write-Output ' Copying - runtimes\MS-CRT'
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ if (!(Test-Path luajson)) {
42
42
}
43
43
44
44
# Avisynth
45
- if (! (Test-Path AviSynthPlus64)) {
46
- $avsReleases = Invoke-WebRequest " https://api.github.com/repos/AviSynth/AviSynthPlus/releases/latest" - Headers $GitHeaders - UseBasicParsing | ConvertFrom-Json
47
- $avsUrl = $avsReleases.assets [0 ].browser_download_url
48
- Invoke-WebRequest $avsUrl - OutFile AviSynthPlus.7z - UseBasicParsing
49
- 7z x AviSynthPlus.7z
50
- Rename-Item (Get-ChildItem - Filter " AviSynthPlus_*" - Directory) AviSynthPlus64
51
- Remove-Item AviSynthPlus.7z
52
- }
45
+ # if (!(Test-Path AviSynthPlus64)) {
46
+ # $avsReleases = Invoke-WebRequest "https://api.github.com/repos/AviSynth/AviSynthPlus/releases/latest" -Headers $GitHeaders -UseBasicParsing | ConvertFrom-Json
47
+ # $avsUrl = $avsReleases.assets[0].browser_download_url
48
+ # Invoke-WebRequest $avsUrl -OutFile AviSynthPlus.7z -UseBasicParsing
49
+ # 7z x AviSynthPlus.7z
50
+ # Rename-Item (Get-ChildItem -Filter "AviSynthPlus_*" -Directory) AviSynthPlus64
51
+ # Remove-Item AviSynthPlus.7z
52
+ # }
53
53
54
54
# VSFilter
55
55
if (! (Test-Path VSFilter)) {
You can’t perform that action at this time.
0 commit comments