Commit 1578184
fix: include GUI apps (casks) when installing from remote config
When installing from a remote config (e.g., 'openboot install jx'), GUI apps
(casks) were being silently skipped. The code only added CLI packages to
the SelectedPkgs map but never added the Casks.
This fix adds the missing loop to include casks in both:
- internal/installer/installer.go (runCustomInstall)
- internal/installer/step_packages.go (stepPackageCustomization)
Closes #171 parent b859bc0 commit 1578184
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
149 | 154 | | |
150 | 155 | | |
151 | 156 | | |
| |||
0 commit comments