1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

add release

This commit is contained in:
Zack Scholl 2018-10-19 07:46:42 -07:00
parent 4e55b1efd1
commit 92af0b46ab

View file

@ -11,3 +11,12 @@ fast:
windows:
GO111MODULE=off qtdeploy ${LDFLAGS} --tags='wincroc' --debug --docker build windows_64_static
release: linux windows
mv deploy/linux/win croc
tar -czvf croc_${VERSION}_Linux-64bit_GUI.tar.gz croc
mv deploy/windows/win.exe croc.exe
zip croc_${VERSION}_Windows-64bit_GUI.zip croc.exe
rm -rf dist
mv *zip dist/