mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
add release
This commit is contained in:
parent
4e55b1efd1
commit
92af0b46ab
1 changed files with 9 additions and 0 deletions
|
@ -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/
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue