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