Skip to content

Instantly share code, notes, and snippets.

@mumurik
Created March 1, 2012 05:30
Show Gist options
  • Save mumurik/1947536 to your computer and use it in GitHub Desktop.
Save mumurik/1947536 to your computer and use it in GitHub Desktop.
release related script
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