Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Jan 7, 2025
2 parents e8fb598 + 35aa231 commit 4e7797e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ icon: ./assets/icons/512x512.png
license: MIT
compression: lzo
architectures:
- build-on: [amd64]
run-on: [amd64]
- build-on: [arm64]
run-on: [arm64]
- build-on: amd64
- build-on: arm64
apps:
sleek:
command: snap/command-chain/desktop-launch $SNAP/sleek/sleek --disable-gpu --no-sandbox
Expand Down Expand Up @@ -50,6 +48,7 @@ parts:
fi
node.yarn
node.yarn peggy
node.yarn make
mv $SNAPCRAFT_PART_BUILD/out/sleek-* \
Expand Down

0 comments on commit 4e7797e

Please sign in to comment.