Created
March 1, 2012 05:30
-
-
Save mumurik/1947536 to your computer and use it in GitHub Desktop.
release related script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set _new=xyzzy_new | |
mkdir %_new% | |
robocopy /E xyzzy-0.2.2.235\xyzzy %_new% | |
copy ..\xyzzy\readme_multiframe.txt %_new%\ | |
copy ..\xyzzy\Release\updater.exe %_new%\ | |
copy /Y ..\xyzzy\xyzzycli.exe %_new%\xyzzycli.exe | |
copy /Y ..\xyzzy\src\r\xyzzy.exe %_new%\xyzzy.exe | |
call update_lisp.bat %_new% | |
call byte_compile.bat %_new% | |
Cscript zip.js %_new% %1.zip | |
rmdir /s /q %_new% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment