Skip to content

Commit

Permalink
v1.27.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Stewart committed Oct 16, 2024
1 parent 6fc32ee commit 259e865
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SetupVersion.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[Setup]
Version=1.27.12.0
Version=1.27.28.0
2 changes: 1 addition & 1 deletion Syncthing.iss
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ begin
if CurStep = ssPostInstall then
begin
ExecEx(ExpandConstant('{tmp}\unzip.exe'),
ExpandConstant(Format('-jn -d "{app}" "%s" {#UnzipPattern}', [ZipFilePath])), true);
ExpandConstant(Format('-jo -d "{app}" "%s" {#UnzipPattern}', [ZipFilePath])), true);
if GetVersionNumbersString(ExpandConstant('{app}\syncthing.exe'), Version) then
begin
Log(FmtMessage(CustomMessage('InstalledVersion'), [Version]));
Expand Down
4 changes: 4 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Below are the release notes for Syncthing Windows Setup (herein after referred to as Setup).

## 1.27.28 (2024-10-16)

* Fixed: zip file extraction now (correctly) overwrites destination files.

## 1.27.12 (2024-10-04)

* Moved Setup's version number from the main wizard window title to the version number of the executable.
Expand Down

0 comments on commit 259e865

Please sign in to comment.