Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not ship tools in automated Windows CI builds
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed May 4, 2022
1 parent 30bde76 commit d2bd4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions windows/inno/win32-mini.iss
Expand Up @@ -20,7 +20,7 @@ Name: "full"; Description: "Full installation";
Name: "custom"; Description: "Custom installation"; Flags: iscustom;

[Components]
Name: jackserver; Description: "JACK Server and tools"; Types: full custom; Flags: fixed;
Name: jackserver; Description: "JACK Server"; Types: full custom; Flags: fixed;
Name: dev; Description: "Developer resources"; Types: full;

[Files]
Expand All @@ -32,8 +32,6 @@ Source: "win32\lib\libjacknet.dll"; DestDir: "{app}"; Components: jackserver; Fl
Source: "win32\lib\libjackserver.dll"; DestDir: "{app}"; Components: jackserver; Flags: ignoreversion;
; drivers
Source: "win32\lib\jack\*.dll"; DestDir: "{app}\jack"; Components: jackserver; Flags: ignoreversion;
; tools
Source: "win32\bin\jack_*.exe"; DestDir: "{app}\tools"; Components: jackserver; Flags: ignoreversion;
; jack client lib (NOTE goes into windir)
Source: "win32\lib\libjack.dll"; DestDir: "{win}"; Components: jackserver; Flags: ignoreversion;
; dev
Expand Down
4 changes: 1 addition & 3 deletions windows/inno/win64-mini.iss
Expand Up @@ -21,7 +21,7 @@ Name: "full"; Description: "Full installation";
Name: "custom"; Description: "Custom installation"; Flags: iscustom;

[Components]
Name: jackserver; Description: "JACK Server and tools"; Types: full custom; Flags: fixed;
Name: jackserver; Description: "JACK Server"; Types: full custom; Flags: fixed;
Name: dev; Description: "Developer resources"; Types: full;

[Files]
Expand All @@ -33,8 +33,6 @@ Source: "win64\lib\libjacknet64.dll"; DestDir: "{app}"; Components: jackserver;
Source: "win64\lib\libjackserver64.dll"; DestDir: "{app}"; Components: jackserver; Flags: ignoreversion;
; drivers
Source: "win64\lib\jack\*.dll"; DestDir: "{app}\jack"; Components: jackserver; Flags: ignoreversion;
; tools
Source: "win64\bin\jack_*.exe"; DestDir: "{app}\tools"; Components: jackserver; Flags: ignoreversion;
; jack client lib (NOTE goes into windir)
Source: "win64\lib\libjack64.dll"; DestDir: "{win}"; Components: jackserver; Flags: ignoreversion;
Source: "win64\lib32\libjack.dll"; DestDir: "{win}"; Components: jackserver; Flags: ignoreversion;
Expand Down

0 comments on commit d2bd4fe

Please sign in to comment.