From ec6472b2dd149e64df13b9c1a82ff13519a36c3c Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 18 Dec 2021 07:50:34 -0500 Subject: [PATCH] Remove ZIP distributable on Windows. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 3e430124..4217e876 100644 --- a/Makefile +++ b/Makefile @@ -220,8 +220,6 @@ ifdef ARCH_WIN cp /mingw64/bin/libstdc++-6.dll dist/"$(DIST_DIR)"/ cp /mingw64/bin/libgcc_s_seh-1.dll dist/"$(DIST_DIR)"/ cp plugins/Fundamental/dist/Fundamental-*.vcvplugin dist/"$(DIST_DIR)"/Fundamental.vcvplugin - # Make ZIP - cd dist && zip -q -9 -r "$(DIST_NAME)".zip "$(DIST_DIR)" # Make NSIS installer # pacman -S mingw-w64-x86_64-nsis makensis -DVERSION_MAJOR="$(VERSION_MAJOR)" -DVERSION="$(VERSION)" "-XOutFile dist/$(DIST_NAME).exe" installer.nsi