Skip to content

Commit

Permalink
update snap core
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Doumen committed Jan 4, 2025
1 parent a322a14 commit 79bbe8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install snapcraft
run: sudo snap install snapcraft --classic

- name: install libusb
run: |
sudo apt-get update
Expand All @@ -49,6 +49,8 @@ jobs:
- run: |
npm install
npm run make-snap
/snap/bin/snapcraft snap --output=/home/runner/work/desktop/desktop/out/make/snap/x64/test.snap
- uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions config/forge.config.snap.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
platforms: ['linux'],
config: {
"category":"Game",
"base": "core22",
"confinement":"devmode",
"plugs" : [
"bluez",
Expand Down

0 comments on commit 79bbe8f

Please sign in to comment.