forked from mia/Aegisub
6eb56f60cd
Originally committed to SVN as r2877.
8 lines
364 B
Batchfile
Executable file
8 lines
364 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%
|
|
xcopy aegisub\tinderbox\windows\bin\libauto3_??.dll %dist_dir%
|
|
xcopy aegisub\tinderbox\windows\bin\libauto3_??.pdb %dist_dir%
|
|
|
|
"c:\Program Files (x86)\7-Zip\7z.exe" -bd a dist.7z %dist_dir%/*
|