Skip to content

Commit

Permalink
rebrand to etterna in installer files
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 2, 2017
1 parent 0f0c637 commit 3ec7644
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 18 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 5 additions & 10 deletions src/ProductInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@

/**
* @brief A friendly string to refer to the product in crash dialogs, etc.
*
* As an example, use "StepMania" here, not "StepMania4".
*/
#define PRODUCT_FAMILY_BARE StepMania - Etterna
#define PRODUCT_FAMILY_BARE Etterna

/**
* @brief A unique name for each application that you might want installed side-by-side with other applications.
*
* 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 Stepmania - Etterna
#define PRODUCT_ID_BARE Etterna

// These cannot be #undef'd so make them unlikely to conflict with anything
#define PRODUCT_STRINGIFY(x) #x
Expand All @@ -25,10 +20,10 @@
#define PRODUCT_FAMILY PRODUCT_XSTRINGIFY(PRODUCT_FAMILY_BARE)
#define PRODUCT_ID PRODUCT_XSTRINGIFY(PRODUCT_ID_BARE)

#define VIDEO_TROUBLESHOOTING_URL "http://old.stepmania.com/stepmaniawiki.php?title=Video_Driver_Troubleshooting"
#define VIDEO_TROUBLESHOOTING_URL "http://google.com"
/** @brief The URL to report bugs on the program. */
#define REPORT_BUG_URL "https://github.com/xwidghet/stepmania/issues"
#define SM_DOWNLOAD_URL "https://github.com/xwidghet/stepmania"
#define REPORT_BUG_URL "https://github.com/etternagame/etterna/issues"
#define SM_DOWNLOAD_URL "https://github.com/etternagame/etterna"

#define CAN_INSTALL_PACKAGES true

Expand Down
14 changes: 6 additions & 8 deletions src/ProductInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@
; Don't forget to also change ProductInfo.h!

; a friendly string to refer to the product
!define PRODUCT_FAMILY "StepMania"
!define PRODUCT_FAMILY "Etterna"

; PRODUCT_ID must NOT be "StepMania" unless you want people to uninstall 3.9
; when they install StepMania 5. (not recommended)
!define PRODUCT_ID "Stepmania - Etterna"
!define PRODUCT_ID "Etterna"
; TODO: This needs to be updated with the git rev hash
!define PRODUCT_VER "- Etterna v0.55 Installer"
!define PRODUCT_VER " v0.55 Installer"
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
!define PRODUCT_BITMAP "sm5"
!define PRODUCT_BITMAP "ett"

!define PRODUCT_URL "https://github.com/xwidghet/stepmania"
!define UPDATES_URL "https://github.com/xwidghet/stepmania"
!define PRODUCT_URL "https://github.com/etternagame/etterna"
!define UPDATES_URL "https://github.com/etternagame/etterna"

;!define INSTALL_EXTERNAL_PCKS
;!define INSTALL_INTERNAL_PCKS
Expand Down

0 comments on commit 3ec7644

Please sign in to comment.