Skip to content

Commit

Permalink
Add run after install in Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Sep 2, 2024
1 parent 35b1861 commit 8ac3fe8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion windows_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ LicenseFile=COPYING
SetupIconFile=src\welle-gui\icons\icon.ico

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

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

[Run]
Filename: "{app}\welle-io.exe"; Description: {cm:LaunchProgram,{cm:AppName}}; Flags: nowait postinstall skipifsilent

0 comments on commit 8ac3fe8

Please sign in to comment.