fceux/vc/archive.bat

10 lines
323 B
Batchfile
Raw Normal View History

del /s fceux.zip
copy ..\output\fceux.exe .
upx ..\output\fceux.exe
2008-06-30 04:40:31 +00:00
cd ..\output
..\vc\zip -X -9 -r ..\vc\fceux.zip fceux.exe fceux.chm 7z.dll lua5.1.dll palettes dll luaScripts
move /y ..\vc\fceux.exe .
..\vc\zip -X -9 -r ..\vc\fceux.zip auxlib.lua
cd ..\
..\vc\zip -X -9 -r ..\vc\fceux.zip documentation
cd ..\vc