summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2025-02-14 17:16:36 -0500
committerMitchell Hashimoto <m@mitchellh.com>2025-02-15 07:06:40 -0800
commit94e2982d4b26f6cb8c335f65594cbe8cf0592fe6 (patch)
tree4a71f0ac34c6227afa78fb2985fe6bf4e8d23a75 /snap
parent238b0faf5cdef6928b799aff83c8ed0663d286de (diff)
Allow snap to refresh while running
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 37020a2d6..af2ee8f3c 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -23,6 +23,7 @@ apps:
command-chain: [bin/launcher]
completer: share/bash-completion/completions/ghostty.bash
desktop: share/applications/com.mitchellh.ghostty.desktop
+ refresh-mode: ignore-running
environment:
PATH: /snap/ghostty/current/bin:/snap/ghostty/current/usr/bin:$PATH
LC_ALL: C.UTF-8