Skip to content

Commit

Permalink
build-61 (#6)
Browse files Browse the repository at this point in the history
* #2 - libssh2-1.11.1
* #3 - mbedtls-3.6.2
* #5 - ci-upgrades / x64
  • Loading branch information
adamyg authored Feb 2, 2025
1 parent 416a0f7 commit 03f9897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releases/xsh-inno-setup.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;
; WinXSH - Inno Setup
;
; Adam Young, 2020 - 2022
; Adam Young, 2020 - 2025
;
; This file is part of the WinRSH/WinSSH project.
;
Expand Down Expand Up @@ -120,7 +120,7 @@ begin
if WinXSHInstalled(version,uninst)
then
begin
msgres:= MsgBox('Midnight Commander-'+version+' is currently installed.'+#13#13 +'Do you want to uninstall it first?.', mbError, MB_YESNOCANCEL);
msgres:= MsgBox('winxsh-'+version+' is currently installed.'+#13#13 +'Do you want to uninstall it first?.', mbError, MB_YESNOCANCEL);
case msgres of
IdYes: begin
Exec(uninst, '', '', SW_SHOWNORMAL, true, execres);
Expand Down

0 comments on commit 03f9897

Please sign in to comment.