fixing install directory on windows
This commit is contained in:
+5
-3
@@ -1,12 +1,14 @@
|
|||||||
; Included by the NSIS installer script
|
; Included by the NSIS installer script
|
||||||
; Don't forget to also change ProductInfo.h!
|
; Don't forget to also change ProductInfo.h!
|
||||||
|
|
||||||
|
; a friendly string to refer to the product
|
||||||
!define PRODUCT_FAMILY "StepMania"
|
!define PRODUCT_FAMILY "StepMania"
|
||||||
|
|
||||||
; see ProductInfo.h for use descriptions
|
; PRODUCT_ID must NOT be "StepMania" unless you want people to uninstall 3.9
|
||||||
!define PRODUCT_ID "StepMania"
|
; when they install StepMania 5.
|
||||||
|
!define PRODUCT_ID "StepMania 5"
|
||||||
!define PRODUCT_VER "v5.0 alpha 1"
|
!define PRODUCT_VER "v5.0 alpha 1"
|
||||||
!define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}"
|
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
|
||||||
!define PRODUCT_BITMAP "sm5"
|
!define PRODUCT_BITMAP "sm5"
|
||||||
|
|
||||||
!define PRODUCT_URL "http://www.stepmania.com/"
|
!define PRODUCT_URL "http://www.stepmania.com/"
|
||||||
|
|||||||
Reference in New Issue
Block a user