Browse Source

make

pull/1514/head^2
The XOR 5 years ago
parent
commit
9e1d0d9361
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      .gitignore
  2. +2
    -2
      Makefile

+ 1
- 0
.gitignore View File

@@ -14,3 +14,4 @@
/screenshots /screenshots
.vs/ .vs/
_ReSharper.Caches/ _ReSharper.Caches/
*.zip

+ 2
- 2
Makefile View File

@@ -147,8 +147,8 @@ ifdef ARCH_WIN
cd dist && zip -q -9 -r $(DIST_NAME).zip Rack cd dist && zip -q -9 -r $(DIST_NAME).zip Rack
# Make NSIS installer # Make NSIS installer
# pacman -S mingw-w64-x86_64-nsis # pacman -S mingw-w64-x86_64-nsis
makensis -DVERSION=$(VERSION) installer.nsi
mv installer.exe dist/$(DIST_NAME).exe
#makensis -DVERSION=$(VERSION) installer.nsi
#mv installer.exe dist/$(DIST_NAME).exe
endif endif


# Rack SDK # Rack SDK


Loading…
Cancel
Save