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
pull/8771/head
Marco Trevisan (Treviño) 2025-09-19 07:19:29 +02:00 committed by Mitchell Hashimoto
parent 944f206b76
commit 2de105e035
1 changed files with 2 additions and 2 deletions

View File

@ -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