forked from mia/Aegisub
Make the windows buildbot not try to copy the now non-existent auto3 dll.
Originally committed to SVN as r3245.
This commit is contained in:
parent
fcbc9fcdc0
commit
b7412a08c6
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,5 @@ set dist_dir="aegisub-%1-%2-%3-r%4"
|
|||
md %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 a new issue