Win32 - Updated archive.bat to reflect /dll folder revert

This commit is contained in:
adelikat 2009-03-29 13:02:10 +00:00
parent 8d49d8bfee
commit 9396d00216
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ del /s fceux.zip
copy ..\output\fceux.exe .
upx ..\output\fceux.exe
cd ..\output
..\vc\zip -X -9 -r ..\vc\fceux.zip fceux.exe fceux.chm 7z.dll lua5.1.dll palettes dll luaScripts
..\vc\zip -X -9 -r ..\vc\fceux.zip fceux.exe fceux.chm 7z.dll *.dll palettes luaScripts
move /y ..\vc\fceux.exe .
..\vc\zip -X -9 -r ..\vc\fceux.zip auxlib.lua
cd ..\