Win32 - Updated archive.bat to reflect /dll folder revert
This commit is contained in:
parent
8d49d8bfee
commit
9396d00216
|
@ -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 ..\
|
||||
|
|
Loading…
Reference in New Issue