mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Add a batch file to generate a distfile that can be uploaded.
Originally committed to SVN as r2870.
This commit is contained in:
parent
f18ed0748b
commit
606abde1a3
8
aegisub/tinderbox/windows/dist.bat
Executable file
8
aegisub/tinderbox/windows/dist.bat
Executable file
@ -0,0 +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%
|
||||
|
||||
"c:\Program Files (x86)\7-Zip\7z.exe" -bd a %dist_dir%.7z %dist_dir%/*
|
Loading…
x
Reference in New Issue
Block a user