Skip to content

Commit

Permalink
Let snap-store snap refresh while the app is running Fixes #1643
Browse files Browse the repository at this point in the history
This will require a snapcraft built after
canonical/snapcraft#4749 has been merged to
build.
  • Loading branch information
kenvandine committed Apr 22, 2024
1 parent 314fd4d commit 80e3689
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 @@ -57,6 +58,7 @@ apps:
RATINGS_SERVICE_URL: 'ratings.ubuntu.com'
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 80e3689

Please sign in to comment.