diff --git a/src/win/Makefile b/src/win/Makefile index 312be322..b68907d9 100644 --- a/src/win/Makefile +++ b/src/win/Makefile @@ -18,5 +18,6 @@ release: linux windows mv deploy/windows/win.exe croc.exe zip croc_${VERSION}_Windows-64bit_GUI.zip croc.exe rm -rf dist + mkdir dist mv *zip dist/ \ No newline at end of file