initial upload of English version of TAS Editor Manual
[[Split portion of a mixed commit.]]
This commit is contained in:
parent
2f2114368b
commit
f3486b8fdd
Binary file not shown.
|
@ -3,7 +3,7 @@ copy ..\output\fceux.exe .
|
||||||
upx ..\output\fceux.exe
|
upx ..\output\fceux.exe
|
||||||
IF ERRORLEVEL 1 IF NOT ERRORLEVEL 2 GOTO UPXFailed
|
IF ERRORLEVEL 1 IF NOT ERRORLEVEL 2 GOTO UPXFailed
|
||||||
cd ..\output
|
cd ..\output
|
||||||
..\vc\zip -X -9 -r ..\vc\fceux.zip fceux.exe fceux.chm 7z.dll *.dll palettes luaScripts tools
|
..\vc\zip -X -9 -r ..\vc\fceux.zip fceux.exe fceux.chm taseditor.chm 7z.dll *.dll palettes luaScripts tools
|
||||||
move /y ..\vc\fceux.exe .
|
move /y ..\vc\fceux.exe .
|
||||||
..\vc\zip -X -9 -r ..\vc\fceux.zip auxlib.lua
|
..\vc\zip -X -9 -r ..\vc\fceux.zip auxlib.lua
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in New Issue