@sellable/install 0.1.699 → 0.1.700
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -352,8 +352,11 @@ export function adminHomeLayout(profileHome) {
|
|
|
352
352
|
envPath: join(adminHome, ".env"),
|
|
353
353
|
lightfieldBin: join(binRoot, "lightfield"),
|
|
354
354
|
path: [
|
|
355
|
-
|
|
355
|
+
// Credential-aware Admin wrappers must resolve before their raw external
|
|
356
|
+
// binaries. `slack-pp-cli` in binRoot loads the profile's reviewed token;
|
|
357
|
+
// the image-owned .local binary is only its underlying executable.
|
|
356
358
|
binRoot,
|
|
359
|
+
join(profileHome, ".local", "bin"),
|
|
357
360
|
join(profileHome, ".slack", "bin"),
|
|
358
361
|
join(profileHome, ".venvs", "browser-use", "bin"),
|
|
359
362
|
"/opt/hermes/bin",
|