Skip to content

Commit

Permalink
Fix gnome extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Jan 27, 2021
1 parent 326e1eb commit fc96096
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sleek
base: core18
base: core20
version: '0.8.5'
summary: A todo app based on todo.txt, free and open-source
description: |
Expand All @@ -26,7 +26,7 @@ apps:
TMPDIR: $XDG_RUNTIME_DIR
PATH: "$SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$PATH"
SNAP_DESKTOP_RUNTIME: $SNAP/gnome-platform
extensions: [gnome-3-34, kde-neon]
extensions: [gnome-3-38, kde-neon]
plugs:
- home
- browser-support
Expand Down Expand Up @@ -55,10 +55,10 @@ parts:
cleanup:
after: [ sleek ]
plugin: nil
build-snaps: [ gnome-3-34-1804 ]
build-snaps: [ gnome-3-38-2004 ]
override-prime: |
set -eux
for snap in "gnome-3-34-1804"; do # List all content-snaps you're using here
for snap in "gnome-3-38-2004"; do # List all content-snaps you're using here
cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$SNAPCRAFT_PRIME/{}" "$SNAPCRAFT_PRIME/usr/{}" \;
done
for CRUFT in bug lintian man; do
Expand Down

0 comments on commit fc96096

Please sign in to comment.