File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[devkitProUpdate]
2- Build =48
2+ Build =49
33URL =http://downloads.devkitpro.org
4- Filename =devkitProUpdater-2.0 .0.exe
4+ Filename =devkitProUpdater-2.1 .0.exe
55
66[msys]
77Version =1.0.17-1
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ RequestExecutionLevel user /* RequestExecutionLevel REQUIRED! */
1212
1313; HM NIS Edit Wizard helper defines
1414!define PRODUCT_NAME " devkitProUpdater"
15- !define PRODUCT_VERSION " 2.0 .0"
15+ !define PRODUCT_VERSION " 2.1 .0"
1616!define PRODUCT_PUBLISHER " devkitPro"
1717!define PRODUCT_WEB_SITE " http://www.devkitpro.org"
1818!define PRODUCT_UNINST_KEY " Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
1919!define PRODUCT_UNINST_ROOT_KEY " HKLM"
2020!define PRODUCT_STARTMENU_REGVAL " NSIS:StartMenuDir"
21- !define BUILD " 48 "
21+ !define BUILD " 49 "
2222
2323SetCompressor lzma
2424
@@ -495,7 +495,7 @@ SkipMsys:
495495 call ExtractToolChain
496496
497497 push ${devkitA64}
498- push " DEVKITA64 "
498+ push " "
499499 push $DEVKITA64
500500 push " $BASEDIR/devkitA64"
501501 push " devkitA64"
@@ -1408,11 +1408,14 @@ Function ExtractToolChain
14081408SkipRemove:
14091409 ExecWait ' "$EXEDIR\$R2" -y -o$INSTDIR'
14101410
1411+ StrCmp $R1 " " NoEnvVar 0
1412+
14111413 WriteRegStr HKLM " System\CurrentControlSet\Control\Session Manager\Environment" $R1 $R3
14121414 SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 " STR:Environment" /TIMEOUT= 5000
14131415
14141416 WriteINIStr $INSTDIR \installed.ini $R4 Version $R5
14151417
1418+ NoEnvVar:
14161419 push $R2
14171420 call RemoveFile
14181421
You can’t perform that action at this time.
0 commit comments