From 6eb56f60cd4358011db3c4716c9acda3c2bb02ee Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 29 Apr 2009 08:07:22 +0000 Subject: [PATCH] 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. --- aegisub/tinderbox/windows/dist.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aegisub/tinderbox/windows/dist.bat b/aegisub/tinderbox/windows/dist.bat index 7377114b1..ee418b8cf 100755 --- a/aegisub/tinderbox/windows/dist.bat +++ b/aegisub/tinderbox/windows/dist.bat @@ -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%/*