From 023f61bdbd185d7cb692e411da0afd7a3cfd6c62 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 28 Apr 2009 17:59:03 +0000 Subject: [PATCH] Change the buildslave dist name to dist.7z so the waterfall isn't cluttered. There's a link to the archive so it won't be an issue. Originally committed to SVN as r2872. --- aegisub/tinderbox/windows/dist.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/tinderbox/windows/dist.bat b/aegisub/tinderbox/windows/dist.bat index 3969dc858..7377114b1 100755 --- a/aegisub/tinderbox/windows/dist.bat +++ b/aegisub/tinderbox/windows/dist.bat @@ -5,4 +5,4 @@ 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% -"c:\Program Files (x86)\7-Zip\7z.exe" -bd a %dist_dir%.7z %dist_dir%/* +"c:\Program Files (x86)\7-Zip\7z.exe" -bd a dist.7z %dist_dir%/*