2012-04-04 18:46:14 +02:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
echo Gathering files
|
|
|
|
xcopy ..\..\..\automation\autoload\*.lua aegisub-portable\automation\autoload\ > NUL
|
|
|
|
xcopy ..\..\..\automation\demos\*.lua aegisub-portable\automation\demos\ > NUL
|
|
|
|
xcopy ..\..\..\automation\include\*.lua aegisub-portable\automation\include\ > NUL
|
|
|
|
xcopy ..\..\..\bin\aegisub32.exe aegisub-portable\ > NUL
|
|
|
|
xcopy ..\..\..\bin\ffms2.dll aegisub-portable\ > NUL
|
|
|
|
xcopy ..\src\ASSDraw3.chm aegisub-portable\ > NUL
|
|
|
|
xcopy ..\src\ASSDraw3.exe aegisub-portable\ > NUL
|
|
|
|
xcopy ..\src\DirectShowSource.dll aegisub-portable\ > NUL
|
|
|
|
xcopy ..\src\avisynth.dll aegisub-portable\ > NUL
|
|
|
|
xcopy ..\src\devil.dll aegisub-portable\ > NUL
|
|
|
|
xcopy ..\src\dictionaries\en_US.aff aegisub-portable\dictionaries\ > NUL
|
|
|
|
xcopy ..\src\dictionaries\en_US.dic aegisub-portable\dictionaries\ > NUL
|
|
|
|
xcopy ..\src\vsfilter-aegisub32.dll aegisub-portable\csri\ > NUL
|
2012-06-25 16:21:39 +02:00
|
|
|
xcopy ..\src\xy-vsfilter-aegisub.dll aegisub-portable\csri\ > NUL
|
2012-04-06 03:55:40 +02:00
|
|
|
xcopy ..\src\x86\Microsoft.VC90.CRT\* aegisub-portable\Microsoft.VC90.CRT\ > NUL
|
2012-04-04 18:46:14 +02:00
|
|
|
xcopy config.json aegisub-portable\ > NUL
|
|
|
|
|
|
|
|
echo Creating SFX
|
2012-10-08 23:06:37 +02:00
|
|
|
del ..\output\aegisub-3.0.2-portable.exe
|
|
|
|
WinRAR a -sfx -s -m5 -ep1 -r -zportable-comment.txt -iimgside-logo.bmp -iiconicon.ico ..\output\aegisub-3.0.2-portable.exe aegisub-portable\
|
2012-04-04 18:46:14 +02:00
|
|
|
|
|
|
|
echo Removing temp dir
|
|
|
|
rmdir /S /Q aegisub-portable > NUL
|
|
|
|
|