prevent the piece of shit that is NSIS from segfaulting

This commit is contained in:
Andrei Alexeyev 2019-04-27 11:28:32 +03:00
parent 582ee2e5c1
commit e139d5226e
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

@ -1,5 +1,7 @@
Unicode true
!include LogicLib.nsh
!define PROJECT "Taisei Project"
!define PROJECT_URL "https://taisei-project.org/"
!define PUBLISHER "${PROJECT}"
@ -16,8 +18,6 @@ SetCompressor /SOLID zlib
!define PATCH "0"
!define INST_DIR "@INSTALL_DIR@"
!include LogicLib.nsh
!if @TAISEI_64BIT@ == 1
!include x64.nsh
!define MULTIUSER_USE_PROGRAMFILES64