Skip to content

Commit

Permalink
yaml fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Nov 27, 2020
1 parent 5f1c9f2 commit 05f1a1d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ icon: ./assets/icons/icon.png
license: MIT
compression: lzo
architectures:
- build-on: [amd64, armhf, arm64, i386, s390x, ppc64el]
- build-on: [amd64, armhf, arm64, s390x, ppc64el]
apps:
sleek:
command: snap/command-chain/desktop-launch $SNAP/sleek/sleek --no-sandbox
extensions: [gnome-3-34]
command: snap/command-chain/desktop-launch $SNAP/sleek/sleek --disable-gpu --no-sandbox
environment:
DISABLE_WAYLAND: 1
TMPDIR: $XDG_RUNTIME_DIR
extensions: [gnome-3-28]
plugs:
- browser-support
parts:
Expand All @@ -41,6 +44,6 @@ parts:
$SNAPCRAFT_PART_INSTALL/sleek
stage-packages:
- libnss3
build-packages:
- nodejs
- npm
#build-packages:
#- nodejs
#- npm

0 comments on commit 05f1a1d

Please sign in to comment.