Skip to content

Commit

Permalink
Tweaks to .iss file
Browse files Browse the repository at this point in the history
- include all *.json files
  • Loading branch information
U-C-S committed Jan 31, 2024
1 parent 6010dfc commit a26a4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Source: "..\_Publish\*.dll"; DestDir: "{app}"; Flags: ignoreversion
; Source: "..\_Publish\*.txt"; DestDir: "{app}/License"; Flags: ignoreversion
Source: "..\LICENSE"; DestDir: "{app}/License"; Flags: ignoreversion
Source: "..\Extensions\*"; Excludes: "package-lock.json,node_modules"; DestDir: "{app}\Extensions"; Flags: ignoreversion recursesubdirs; Tasks: Protocol;
Source: "..\_Publish\Hurl.runtimeconfig.json"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\_Publish\*.json"; DestDir: "{app}"; Flags: ignoreversion

[Icons]
Name: "{autoprograms}\{#MyAppName}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Expand Down

0 comments on commit a26a4ab

Please sign in to comment.