Aegisub/aegisub/tinderbox/windows/dist.bat
2009-07-24 00:38:48 +00:00

7 lines
238 B
Batchfile
Executable file

set dist_dir="aegisub-%1-%2-%3-r%4"
md %dist_dir%
xcopy aegisub\tinderbox\windows\bin\aegisub??.exe %dist_dir%
xcopy aegisub\tinderbox\windows\bin\aegisub??.pdb %dist_dir%
"c:\Program Files (x86)\7-Zip\7z.exe" -bd a dist.7z %dist_dir%/*