Skip to content

Commit

Permalink
Add flag "ignoreversion" to Windows install to always update all files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Sep 2, 2024
1 parent 9d7489d commit d6f9cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LicenseFile=COPYING
SetupIconFile=src\welle-gui\icons\icon.ico

[Files]
Source: "installer/*"; DestDir: "{app}"; Flags: recursesubdirs
Source: "installer/*"; DestDir: "{app}"; Flags: recursesubdirs ignoreversion

[Icons]
Name: "{group}\welle.io"; Filename: "{app}\welle-io.exe"
Expand Down

0 comments on commit d6f9cd8

Please sign in to comment.