Skip to content

Commit ebad781

Browse files
update product info so our bug reports stop going to main repo and update version for installer
1 parent d0a4175 commit ebad781

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/ProductInfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
#define VIDEO_TROUBLESHOOTING_URL "http://old.stepmania.com/stepmaniawiki.php?title=Video_Driver_Troubleshooting"
2929
/** @brief The URL to report bugs on the program. */
30-
#define REPORT_BUG_URL "https://github.com/stepmania/stepmania/issues"
31-
#define SM_DOWNLOAD_URL "http://www.stepmania.com/download/"
30+
#define REPORT_BUG_URL "https://github.com/xwidghet/stepmania/issues"
31+
#define SM_DOWNLOAD_URL "https://github.com/xwidghet/stepmania"
3232

3333
#define CAN_INSTALL_PACKAGES true
3434

src/ProductInfo.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
; when they install StepMania 5. (not recommended)
99
!define PRODUCT_ID "Stepmania - Etterna"
1010
; TODO: This needs to be updated with the git rev hash
11-
!define PRODUCT_VER "- Etterna v0.54.2 Installer"
11+
!define PRODUCT_VER "- Etterna v0.55 Installer"
1212
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
1313
!define PRODUCT_BITMAP "sm5"
1414

15-
!define PRODUCT_URL "http://www.stepmania.com/"
16-
!define UPDATES_URL "http://www.stepmania.com/download/"
15+
!define PRODUCT_URL "https://github.com/xwidghet/stepmania"
16+
!define UPDATES_URL "https://github.com/xwidghet/stepmania"
1717

1818
;!define INSTALL_EXTERNAL_PCKS
1919
;!define INSTALL_INTERNAL_PCKS

0 commit comments

Comments
 (0)