Skip to content

Commit

Permalink
fix copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 23, 2018
1 parent 42634c6 commit 9bba6b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions nsis/INIfiles/devkitProUpdate.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[devkitProUpdate]
Build=54
Build=55
URL=http://downloads.devkitpro.org
Filename=devkitProUpdater-3.0.1.exe
Filename=devkitProUpdater-3.0.2.exe

[msys2]
Version=2.10.0
Expand Down
14 changes: 8 additions & 6 deletions nsis/devkitPro.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ RequestExecutionLevel admin ;Require admin rights on NT6+ (When UAC is turned on

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "devkitProUpdater"
!define PRODUCT_VERSION "3.0.1"
!define PRODUCT_VERSION "3.0.2"
!define PRODUCT_PUBLISHER "devkitPro"
!define PRODUCT_WEB_SITE "http://www.devkitpro.org"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
!define PRODUCT_STARTMENU_REGVAL "NSIS:StartMenuDir"
!define BUILD "54"
!define BUILD "55"

SetCompressor /SOLID lzma

Expand Down Expand Up @@ -382,6 +382,8 @@ SectionEnd
!insertmacro MUI_DESCRIPTION_TEXT ${SecGP32Dev} "tools for GP32 development"
!insertmacro MUI_DESCRIPTION_TEXT ${SecNDSDev} "tools for NDS development"
!insertmacro MUI_DESCRIPTION_TEXT ${Sec3DSDev} "tools for 3DS development"
!insertmacro MUI_DESCRIPTION_TEXT ${SecGameCubeDev} "tools for Gamecube development"
!insertmacro MUI_DESCRIPTION_TEXT ${SecWiiDev} "tools for Wii development"
!insertmacro MUI_FUNCTION_DESCRIPTION_END

var keepINI
Expand Down Expand Up @@ -504,12 +506,12 @@ installing:
push ${Sec3DSDev}
call checkEnabled

push "SwitchDev"
push ${SecSwitchDev}
push "GameCubeDev"
push ${SecGameCubeDev}
call checkEnabled

push "SwitchDev"
push ${SecSwitchDev}
push "WiiDev"
push ${SecWiiDev}
call checkEnabled

push "SwitchDev"
Expand Down

0 comments on commit 9bba6b2

Please sign in to comment.