Skip to content

Commit

Permalink
snap: update to core24 (#1749)
Browse files Browse the repository at this point in the history
this pull request migrates the app center to core24
migration seems very straightforward only requiring the change in the
base parameter and adding git as build parameter (how did it get it
before by the way?)
  • Loading branch information
d-loose authored Sep 20, 2024
2 parents 4fcd62b + f5f415a commit 8a00331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: snap-store
summary: App Center
description: App Center
confinement: strict
base: core22
base: core24
grade: stable
version: git

Expand All @@ -18,6 +18,7 @@ parts:
- clang
- cmake
- curl
- git
- libgtk-3-dev
- ninja-build
- unzip
Expand Down

0 comments on commit 8a00331

Please sign in to comment.