prevent the piece of shit that is NSIS from segfaulting
This commit is contained in:
parent
582ee2e5c1
commit
e139d5226e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue