From b551e106a83f82bfff02595732609a1ee16dcbe6 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 14 Feb 2025 18:27:19 -0500 Subject: [PATCH] Comment out refresh-mode, the store rejects this. Needs fixing in review-tools --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a41e5192b..9ef2f5cc4 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -23,7 +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 + #refresh-mode: ignore-running # Store rejects this, needs fix in review-tools environment: PATH: /snap/ghostty/current/bin:/snap/ghostty/current/usr/bin:$PATH LC_ALL: C.UTF-8