Skip to content

Commit

Permalink
Add pritunl cli to resources win
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed May 4, 2022
1 parent a4dd2a8 commit 9ddf167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources_win/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Source: "..\resources_win\post_install\post_install.exe"; DestDir: "{app}"; Flag
Source: "..\resources_win\pre_uninstall\pre_uninstall.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\service_win\nssm.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\service\service.exe"; DestDir: "{app}"; DestName: "pritunl-service.exe"; Flags: ignoreversion
Source: "..\cli\cli.exe"; DestDir: "{app}"; DestName: "pritunl-client.exe"; Flags: ignoreversion

[Code]
var ResultCode: Integer;
Expand Down

0 comments on commit 9ddf167

Please sign in to comment.