mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
win_installer: fix paths for Avisynth+ dlls
3.7.0 changed the layout, so just match the new one
This commit is contained in:
parent
1384123e2d
commit
35b2ca5532
@ -1,7 +1,7 @@
|
||||
[Files]
|
||||
; Avisynth
|
||||
DestDir: {app}; Source: {#DEPS_DIR}\AvisynthPlus64\x64\system\DevIL.dll; Flags: ignoreversion; Components: main
|
||||
DestDir: {app}; Source: {#DEPS_DIR}\AvisynthPlus64\x64\AviSynth.dll; Flags: ignoreversion; Components: main
|
||||
DestDir: {app}; Source: {#DEPS_DIR}\AvisynthPlus64\x64\plugins\DirectShowSource.dll; Flags: ignoreversion; Components: main
|
||||
DestDir: {app}; Source: {#DEPS_DIR}\AvisynthPlus64\x86-64\DevIL.dll; Flags: ignoreversion; Components: main
|
||||
DestDir: {app}; Source: {#DEPS_DIR}\AvisynthPlus64\x86-64\AviSynth.dll; Flags: ignoreversion; Components: main
|
||||
DestDir: {app}; Source: {#DEPS_DIR}\AvisynthPlus64\x86-64\plugins\DirectShowSource.dll; Flags: ignoreversion; Components: main
|
||||
; VSFilter
|
||||
DestDir: {app}\csri; Source: {#DEPS_DIR}\VSFilter\x64\VSFilter.dll; Flags: ignoreversion; Components: main
|
||||
|
Loading…
x
Reference in New Issue
Block a user