Skip to content

Commit

Permalink
Update installer script: always trigger JLink install for this version (
Browse files Browse the repository at this point in the history
#1029)

* Update installer script

* Add flag update existing

* revert added flag "update existing"

* Update release date
  • Loading branch information
KievDevel authored Jul 9, 2024
1 parent bc5294a commit 9e4a5c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 5.0.1 - Unreleased
## 5.0.1 - 2024-07-09

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions build/installer.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
StrCpy $LAST_JLINK_VERSION ""
${EndIf}

${If} ${BundledJLinkVersion} S> $LAST_JLINK_VERSION
# ${If} ${BundledJLinkVersion} S> $LAST_JLINK_VERSION
; J-Link is older than the bundled version. Run installer.
StrCpy $0 "$INSTDIR\${JLinkInstaller}"
${StdUtils.ExecShellWaitEx} $R0 $R1 $0 'runas' '/passive /norestart -InstUSBDriver=1'
${EndIf}
# ${EndIf}

!macroend

0 comments on commit 9e4a5c7

Please sign in to comment.