Skip to content

Commit 2a4ea7b

Browse files
committed
update versions
1 parent 2e40c27 commit 2a4ea7b

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

nsis/INIfiles/devkitProUpdate.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[devkitProUpdate]
2-
Build=50
3-
URL=https://downloads.devkitpro.org
4-
Filename=devkitProUpdater-2.1.1.exe
2+
Build=51
3+
URL=http://downloads.devkitpro.org
4+
Filename=devkitProUpdater-2.2.0.exe
55

66
[msys2]
77
Version=2.10.0

nsis/devkitPro.nsi

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
RequestExecutionLevel admin ;Require admin rights on NT6+ (When UAC is turned on)
22

33
; plugins required
4-
; untgz - http://nsis.sourceforge.net/UnTGZ_plug-in
5-
; inetc - http://nsis.sourceforge.net/Inetc_plug-in
6-
; http://forums.winamp.com/showthread.php?s=&threadid=198596&perpage=40&highlight=&pagenumber=4
7-
; http://forums.winamp.com/attachment.php?s=&postid=1831346
8-
; UAC http://nsis.sourceforge.net/UAC_plug-in
9-
; ZipDLL http://nsis.sourceforge.net/ZipDLL_plug-in
4+
; untgz - http://nsis.sourceforge.net/UnTGZ_plug-in
5+
; inetc - http://nsis.sourceforge.net/Inetc_plug-in
6+
; http://forums.winamp.com/showthread.php?s=&threadid=198596&perpage=40&highlight=&pagenumber=4
7+
; http://forums.winamp.com/attachment.php?s=&postid=1831346
8+
; UAC - http://nsis.sourceforge.net/UAC_plug-in
9+
; ZipDLL - http://nsis.sourceforge.net/ZipDLL_plug-in
10+
; ReplaceInFile - http://nsis.sourceforge.net/ReplaceInFile
11+
; NSIS 7zip - http://nsis.sourceforge.net/Nsis7z_plug-in
12+
; NTProfiles.nsh - http://nsis.sourceforge.net/NT_Profile_Paths
13+
1014

1115
; NSIS large strings build from http://nsis.sourceforge.net/Special_Builds
1216

1317
; HM NIS Edit Wizard helper defines
1418
!define PRODUCT_NAME "devkitProUpdater"
15-
!define PRODUCT_VERSION "2.1.1"
19+
!define PRODUCT_VERSION "2.2.0"
1620
!define PRODUCT_PUBLISHER "devkitPro"
1721
!define PRODUCT_WEB_SITE "http://www.devkitpro.org"
1822
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
1923
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
2024
!define PRODUCT_STARTMENU_REGVAL "NSIS:StartMenuDir"
21-
!define BUILD "50"
25+
!define BUILD "51"
2226

2327
SetCompressor /SOLID lzma
2428

0 commit comments

Comments
 (0)