mirror of https://github.com/odrling/Aegisub
s/32/??/ to include 64bit builds (what was I thinking?).. it's better than using '*' which could lead to a disaster.
Originally committed to SVN as r2877.
This commit is contained in:
parent
1fb14af113
commit
29721b983e
|
@ -1,8 +1,8 @@
|
|||
set dist_dir="aegisub-%1-%2-%3-r%4"
|
||||
md %dist_dir%
|
||||
xcopy aegisub\tinderbox\windows\bin\aegisub32.exe %dist_dir%
|
||||
xcopy aegisub\tinderbox\windows\bin\aegisub32.pdb %dist_dir%
|
||||
xcopy aegisub\tinderbox\windows\bin\libauto3_32.dll %dist_dir%
|
||||
xcopy aegisub\tinderbox\windows\bin\libauto3_32.pdb %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%/*
|
||||
|
|
Loading…
Reference in New Issue