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