diff options
| author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2025-09-19 07:19:29 +0200 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-09-19 15:54:52 -0700 |
| commit | 2de105e0353093b8dc966c244c281c77fdb97ce4 (patch) | |
| tree | 26a392e0462432f810de1bdf03a2d28a7f582ac8 /snap | |
| parent | 944f206b76c092b88ded08ab17311d1711b7589b (diff) | |
snap: Do not leak the launcher into the ghostty $PATH
Otherwise when launching the snap we'll get a "launcher" binary that is
provided by the own snap
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index df8d6ae53..0962bf972 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -20,7 +20,7 @@ platforms: apps: ghostty: command: bin/ghostty - command-chain: [bin/launcher] + command-chain: [app/launcher] completer: share/bash-completion/completions/ghostty.bash desktop: share/applications/com.mitchellh.ghostty.desktop #refresh-mode: ignore-running # Store rejects this, needs fix in review-tools @@ -35,7 +35,7 @@ parts: source: snap/local source-type: local organize: - launcher: bin/ + launcher: app/ zig: plugin: nil |
