Skip to content

Commit

Permalink
Update installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Jan 5, 2020
1 parent 19bab60 commit 1563525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuperGrateInstaller/installer.nsi
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
!define NAME "Super Grate"
!define NAME2 "SuperGrate"
!define VERSION "1.2.1.0"
!define VERSION "1.3.0.0"
!include x64.nsh
!include "MUI2.nsh"
Name "${NAME}"
OutFile ".\bin\${NAME2}Installer.exe"
BrandingText "Dylan Bickerstaff (C) 2019 - Super Suite - ${NAME} - v${VERSION}"
BrandingText "Dylan Bickerstaff (C) 2020 - Super Suite - ${NAME} - v${VERSION}"

VIAddVersionKey "ProductName" "${NAME}"
VIAddVersionKey "LegalTrademarks" "Super Suite"
Expand Down

0 comments on commit 1563525

Please sign in to comment.