Skip to content

Commit

Permalink
updated nsi scripts to address v1.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdplnk committed Sep 12, 2024
1 parent 6e361f0 commit 23f823d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 3-launcher/1-stable-channel/build.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

############################################################

Caption "SSTools4MC Launcher v1.3 Installer"
Caption "SSTools4MC Launcher v1.4 Installer"
UninstallCaption "SSTools4MC Uninstaller"
!define APP_VERSION "1.3"
!define PRODUCT_VERSION "1.3.0.0"
!define APP_VERSION "1.4"
!define PRODUCT_VERSION "1.4.0.0"
!define APP_EDITOR "ngdplnk"

Outfile "SSTools4MC_Launcher_v1.3_Setup.exe"
Outfile "SSTools4MC_Launcher_v1.4_Setup.exe"
SetCompressor /SOLID lzma
Icon "${ICON_PATH}"

Expand Down
8 changes: 4 additions & 4 deletions 3-launcher/2-dev-channel/build-dev.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

############################################################

Caption "SSTools4MC Launcher (Dev Channel) v1.3 Installer"
Caption "SSTools4MC Launcher (Dev Channel) v1.4 Installer"
UninstallCaption "SSTools4MC Uninstaller"
!define APP_VERSION "1.3"
!define PRODUCT_VERSION "1.3.0.0"
!define APP_VERSION "1.4"
!define PRODUCT_VERSION "1.4.0.0"
!define APP_EDITOR "ngdplnk"

Outfile "SSTools4MC_Launcher_Dev_Channel_v1.3_Setup.exe"
Outfile "SSTools4MC_Launcher_Dev_Channel_v1.4_Setup.exe"
SetCompressor /SOLID lzma
Icon "${ICON_PATH}"

Expand Down

0 comments on commit 23f823d

Please sign in to comment.