More minor fixes to Windows installer... we're installing VSFilter 2.39e from guliverkli2 and not one from MPC-HC, and list a couple more files for the pre-install cleanup jobs.
Originally committed to SVN as r3127.
This commit is contained in:
parent
0816491057
commit
543fd177d5
3 changed files with 12 additions and 1 deletions
|
@ -221,7 +221,7 @@ Name: main/pdb; Description: Debug database (helps diagnose crashes); Types: ful
|
||||||
Name: main/icons; Description: Start menu icon; Types: custom compact full
|
Name: main/icons; Description: Start menu icon; Types: custom compact full
|
||||||
Name: main/qcklnch; Description: Quick launch icon; Types: custom compact full
|
Name: main/qcklnch; Description: Quick launch icon; Types: custom compact full
|
||||||
Name: codec; Description: Media formats support; Flags: fixed; Types: custom compact full
|
Name: codec; Description: Media formats support; Flags: fixed; Types: custom compact full
|
||||||
Name: codec/vsfilter; Description: VSFilter 2.39 MPC-HC; Types: compact full custom; Flags: fixed
|
Name: codec/vsfilter; Description: VSFilter 2.39e; Types: compact full custom; Flags: fixed
|
||||||
; Automation
|
; Automation
|
||||||
Name: auto; Description: Automation 4 scripting support; Types: compact full
|
Name: auto; Description: Automation 4 scripting support; Types: compact full
|
||||||
Name: auto/lua; Description: Lua; Types: compact full; Flags: checkablealone; Languages:
|
Name: auto/lua; Description: Lua; Types: compact full; Flags: checkablealone; Languages:
|
||||||
|
|
|
@ -1 +1,6 @@
|
||||||
|
automation\autoload\
|
||||||
|
automation\auto3\
|
||||||
|
automation\docs\
|
||||||
|
automation\demos\
|
||||||
automation\include\Aegisub\
|
automation\include\Aegisub\
|
||||||
|
automation\include\
|
||||||
|
|
|
@ -1,9 +1,14 @@
|
||||||
Aegisub.exe
|
Aegisub.exe
|
||||||
Aegisub.pdb
|
Aegisub.pdb
|
||||||
|
aegisub32.exe
|
||||||
|
aegisub32.pdb
|
||||||
aegisub-auto3.dll
|
aegisub-auto3.dll
|
||||||
|
libauto3_32.dll
|
||||||
|
libauto3_32.pdb
|
||||||
changelog.txt
|
changelog.txt
|
||||||
ffms2.html
|
ffms2.html
|
||||||
FFMS2.dll
|
FFMS2.dll
|
||||||
|
ffms2.pdb
|
||||||
avcodec-51.dll
|
avcodec-51.dll
|
||||||
avformat-51.dll
|
avformat-51.dll
|
||||||
avutil-49.dll
|
avutil-49.dll
|
||||||
|
@ -13,6 +18,7 @@ postproc-51.dll
|
||||||
swscale-0.dll
|
swscale-0.dll
|
||||||
ASSDraw3.exe
|
ASSDraw3.exe
|
||||||
ASSDraw3.chm
|
ASSDraw3.chm
|
||||||
|
VSFilter.dll
|
||||||
automation\include\Aegisub\PerlConsole.pm
|
automation\include\Aegisub\PerlConsole.pm
|
||||||
automation\include\Aegisub\Progress.pm
|
automation\include\Aegisub\Progress.pm
|
||||||
automation\include\Aegisub\Script.pm
|
automation\include\Aegisub\Script.pm
|
||||||
|
|
Loading…
Reference in a new issue