Changed version number to be git, added 32bit to installer name, and only include
the 32 bit redistributable.
This commit is contained in:
parent
c59af9136c
commit
ae57be8f3b
@ -35,7 +35,7 @@
|
|||||||
!define VERSION_MINOR 9
|
!define VERSION_MINOR 9
|
||||||
!define VERSION_REVISION 3
|
!define VERSION_REVISION 3
|
||||||
; Empty means stable, could be -git, -rc1
|
; Empty means stable, could be -git, -rc1
|
||||||
!define VERSION_BUILD "-rc1"
|
!define VERSION_BUILD "-git"
|
||||||
|
|
||||||
;Name and file
|
;Name and file
|
||||||
!define APPNAME "SuperTuxKart"
|
!define APPNAME "SuperTuxKart"
|
||||||
@ -43,7 +43,7 @@
|
|||||||
!define DESCRIPTION "3D open-source arcade racer with a variety characters, tracks, and modes to play"
|
!define DESCRIPTION "3D open-source arcade racer with a variety characters, tracks, and modes to play"
|
||||||
|
|
||||||
Name "${APPNAMEANDVERSION}"
|
Name "${APPNAMEANDVERSION}"
|
||||||
OutFile "${APPNAMEANDVERSION} installer.exe"
|
OutFile "${APPNAMEANDVERSION} installer-32bit.exe"
|
||||||
|
|
||||||
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
|
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
|
||||||
# It is possible to use "mailto:" links in here to open the email client
|
# It is possible to use "mailto:" links in here to open the email client
|
||||||
@ -206,7 +206,7 @@ Section "Install" SecMain
|
|||||||
File *.ico
|
File *.ico
|
||||||
; prereqs
|
; prereqs
|
||||||
SetOutPath "$INSTDIR\prerequisites"
|
SetOutPath "$INSTDIR\prerequisites"
|
||||||
File /r prerequisites\*.*
|
File /r prerequisites\vcredist_x86.exe
|
||||||
|
|
||||||
; data + assets
|
; data + assets
|
||||||
SetOutPath "$INSTDIR\data\"
|
SetOutPath "$INSTDIR\data\"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user