Updated archive.bat to reflect new file tree. Added lua5.1.dll to the dll folder
This commit is contained in:
parent
21785d9529
commit
145076d94c
Binary file not shown.
|
@ -2,10 +2,9 @@ del /s fceux.zip
|
|||
copy ..\output\fceux.exe .
|
||||
upx ..\output\fceux.exe
|
||||
cd ..\output
|
||||
..\vc8\zip -X -9 -r ..\vc8\fceux.zip fceux.exe fceux.chm 7z.dll palettes
|
||||
move /y ..\vc8\fceux.exe .
|
||||
copy /y luapack\luapack.zip ..\vc8\
|
||||
..\vc8\zip -X -9 -r ..\vc8\luapack.zip auxlib.lua
|
||||
cd ..\documentation
|
||||
..\vc8\zip -X -9 -r ..\vc8\luapack.zip examplelua
|
||||
cd ..\vc8
|
||||
..\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
|
Loading…
Reference in New Issue