Browse Source

Remove ZIP distributable on Windows.

tags/v2.0.4
Andrew Belt 2 years ago
parent
commit
ec6472b2dd
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      Makefile

+ 0
- 2
Makefile View File

@@ -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


Loading…
Cancel
Save