bit o' sm5 rebranding shit
This commit is contained in:
+3
-3
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* As an example, use "StepMania" here, not "StepMania4".
|
||||
*/
|
||||
#define PRODUCT_FAMILY_BARE sm-ssc
|
||||
#define PRODUCT_FAMILY_BARE StepMania
|
||||
|
||||
/**
|
||||
* @brief A unique name for each application that you might want installed side-by-side with other applications.
|
||||
@@ -16,7 +16,7 @@
|
||||
* As an example, use "StepMania4" here, not "StepMania".
|
||||
* It would cause a conflict with older versions such as StepMania 3.X.
|
||||
*/
|
||||
#define PRODUCT_ID_BARE sm-ssc
|
||||
#define PRODUCT_ID_BARE StepMania 5
|
||||
|
||||
/**
|
||||
* @brief Version info displayed to the user.
|
||||
@@ -35,7 +35,7 @@
|
||||
* </li></ul>
|
||||
*/
|
||||
#ifndef PRODUCT_VER_BARE
|
||||
#define PRODUCT_VER_BARE v1.2.5
|
||||
#define PRODUCT_VER_BARE v5.0 Preview 1
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
+3
-3
@@ -1,11 +1,11 @@
|
||||
; Included by the NSIS installer script
|
||||
; Don't forget to also change ProductInfo.h!
|
||||
|
||||
!define PRODUCT_FAMILY "sm-ssc"
|
||||
!define PRODUCT_FAMILY "StepMania"
|
||||
|
||||
; see ProductInfo.h for use descriptions
|
||||
!define PRODUCT_ID "sm-ssc"
|
||||
!define PRODUCT_VER "v1.2.5"
|
||||
!define PRODUCT_ID "StepMania"
|
||||
!define PRODUCT_VER "v5.0 Preview 1"
|
||||
!define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}"
|
||||
!define PRODUCT_BITMAP "ssc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user