Skip to content

Commit

Permalink
make.cmd: make package を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Oct 17, 2014
1 parent 12f6ece commit 798a521
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions make.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
go get github.com/atotto/clipboard
goto end

:package
for /F %%I in (version.txt) do zip -9 "nyagos-%%I.zip" nyagos.exe lua52.dll nyagos.lua nyagos_ja.md nyagos_en.md readme.md .nyagos nyagos.d\*.lua
goto end

:snapshot
zip -9 nyagos-%DATE:/=%%2.zip nyagos.exe lua52.dll nyagos.lua nyagos_ja.md nyagos_en.md readme.md .nyagos nyagos.d\*.lua
goto end
Expand Down

0 comments on commit 798a521

Please sign in to comment.