diff --git a/src/win/Makefile b/src/win/Makefile index aecd6b0c..312be322 100644 --- a/src/win/Makefile +++ b/src/win/Makefile @@ -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/ + \ No newline at end of file