4343 !define DESCRIPTION " 3D open-source arcade racer with a variety characters, tracks, and modes to play"
4444
4545 Name " ${APPNAMEANDVERSION}"
46- OutFile " ${APPNAMEANDVERSION} installer.exe"
46+ OutFile " ${APPNAMEANDVERSION} installer-64bit .exe"
4747
4848 # These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
4949 # It is possible to use "mailto:" links in here to open the email client
@@ -174,12 +174,12 @@ Section "Install" SecMain
174174
175175 ; Try to find the binary directory in a list of 'typical' names:
176176 ; The first found directory is used
177- ${!setIfUndefinedAndExists} EXEC_PATH ..\..\bld\bin\RelWithDebInfo\*.*
178- ${!setIfUndefinedAndExists} EXEC_PATH ..\..\bld\bin\Release\*.*
179- ${!setIfUndefinedAndExists} EXEC_PATH ..\..\build\bin\RelWithDebInfo\*.*
180- ${!setIfUndefinedAndExists} EXEC_PATH ..\..\build\bin\Release\*.*
181- ${!setIfUndefinedAndExists} EXEC_PATH ..\..\cmake_build\bin\RelWithDebInfo\*.*
182- ${!setIfUndefinedAndExists} EXEC_PATH ..\..\cmake_build\bin\Release\*.*
177+ ${!setIfUndefinedAndExists} EXEC_PATH ..\..\bld- 64 \bin\RelWithDebInfo\*.*
178+ ${!setIfUndefinedAndExists} EXEC_PATH ..\..\bld- 64 \bin\Release\*.*
179+ ${!setIfUndefinedAndExists} EXEC_PATH ..\..\build- 64 \bin\RelWithDebInfo\*.*
180+ ${!setIfUndefinedAndExists} EXEC_PATH ..\..\build- 64 \bin\Release\*.*
181+ ${!setIfUndefinedAndExists} EXEC_PATH ..\..\cmake_build- 64 \bin\RelWithDebInfo\*.*
182+ ${!setIfUndefinedAndExists} EXEC_PATH ..\..\cmake_build- 64 \bin\Release\*.*
183183
184184 File /x *.ilk ${EXEC_PATH}
185185
@@ -206,7 +206,7 @@ Section "Install" SecMain
206206 File *.ico
207207 ; prereqs
208208 SetOutPath " $INSTDIR\prerequisites"
209- File /r prerequisites\*.*
209+ File /r prerequisites\vcredist_x64.exe
210210
211211 ; data + assets
212212 SetOutPath " $INSTDIR\data\"
@@ -281,7 +281,6 @@ Section "Uninstall" redist
281281 DELETE /REBOOTOK " $INSTDIR\icon.ico"
282282 DELETE /REBOOTOK " $INSTDIR\libcurl-4.dll"
283283 DELETE /REBOOTOK " $INSTDIR\libeay32.dll"
284- DELETE /REBOOTOK " $INSTDIR\libidn-11.dll"
285284 DELETE /REBOOTOK " $INSTDIR\License.txt"
286285 DELETE /REBOOTOK " $INSTDIR\libfreetype.dll"
287286 DELETE /REBOOTOK " $INSTDIR\libfribidi-0.dll"
0 commit comments