Skip to content

Commit

Permalink
Merge pull request #1648 from kenvandine/refresh-ignore-running
Browse files Browse the repository at this point in the history
fix(snap): Let snap-store snap refresh while the app is running Fixes #1643
  • Loading branch information
d-loose authored May 14, 2024
2 parents eb04cf4 + e5703e9 commit cd63e7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ confinement: strict
base: core22
grade: stable
version: git
assumes: [snapd2.57] # Needed for ignore-running refresh-mode

parts:
flutter-git:
Expand Down Expand Up @@ -59,6 +60,7 @@ apps:
RATINGS_SERVICE_USE_TLS: 'true'
desktop: bin/data/flutter_assets/assets/app-center.desktop
extensions: [gnome]
refresh-mode: ignore-running
plugs:
- appstream-metadata
- desktop
Expand Down

0 comments on commit cd63e7f

Please sign in to comment.