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:
Amar Takhar 2009-04-29 08:07:22 +00:00
parent 56fee329a2
commit 6eb56f60cd
1 changed files with 4 additions and 4 deletions

View File

@ -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%/*