Skip to content

Commit

Permalink
Update Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-spataru committed Jan 15, 2017
1 parent 7e11d63 commit 1b23679
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions etc/deploy/windows/nsis/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
!define VERSIONMAJOR 17
!define VERSIONMINOR 01
!define VERSIONBUILD 0
!define ESTIMATED_SIZE 61000
!define ESTIMATED_SIZE 65000
!define MUI_ABORTWARNING
!define INSTALL_DIR "$PROGRAMFILES\${APPNAME}"
!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_TEXT "Run ${APPNAME}"
!define MUI_FINISHPAGE_RUN_FUNCTION "RunApplication"
!define MUI_FINISHPAGE_LINK "Visit project website"
!define MUI_FINISHPAGE_LINK_LOCATION "http://qdriverstation.sourceforge.net"
!define MUI_FINISHPAGE_SHOWREADME "${INSTALL_DIR}\Readme-QDS.txt"
!define MUI_FINISHPAGE_LINK_LOCATION "http://frc-utilities.github.io"
!define MUI_WELCOMEPAGE_TITLE "Welcome to the QDriverStation installer!"

!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "license.txt"
Expand Down
2 changes: 1 addition & 1 deletion src/versions.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

// *INDENT-OFF*
static const QString APP_VERSION = "17.01";
static const QString APP_COMPANY = "FRC Utilities";
static const QString APP_DSPNAME = "QDriverStation";
static const QString CONTACT_URL = "[email protected]";
static const QString APP_COMPANY = "QDriverStation Developers";
static const QString APP_WEBSITE = "http://frc-utilities.github.io/";
static const QString APP_REPBUGS = "http://github.com/FRC-Utilities/QDriverStation/issues";
static const QString URL_UPDATER = "https://raw.githubusercontent.com/FRC-Utilities/QDriverStation/master/UPDATES.json";
Expand Down

0 comments on commit 1b23679

Please sign in to comment.