From f94790dc75565963e1edf5a36e974ef644b2b785 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Fri, 19 Oct 2018 07:50:43 -0700 Subject: [PATCH] add release --- src/win/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win/Makefile b/src/win/Makefile index 312be32..b68907d 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