Skip to content

Commit

Permalink
Uprade snap config
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbengtsson committed Sep 1, 2024
1 parent ad4a3e9 commit 5126c7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ Linux
- Open Ubuntu in VMWare
- Open ~\Documents\airdash in vs code
- git pull -r && flutter pub get
- /home/simon/tools/flutter/bin/flutter build linux --release
- snapcraft snap --output build/app.snap --use-lxd
- export SNAPCRAFT_STORE_CREDENTIALS=${Config.snapcraftLoginCredentials} && snapcraft upload --release=stable build/app.snap
- Copy snap to build/airdash.snap
- flutter build linux --release
- flutter clean --use-lxd # required
- snapcraft --output build/airdash.snap --use-lxd
- snapcraft upload --release=stable build/airdash.snap
- Copy to mac ./build/airdash.snap

Create Github release

Expand All @@ -112,3 +113,5 @@ Create Github release
- Attach
- build/airdash.apk
- build/airdash.dmg
- build/airdash.msix
- build/airdash.snap
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: airdash
base: core18
version: '2.0.156'
icon: snap/gui/airdash.png
summary: Transfer photos and files anywhere
description: Send picture from android to mac? Large file over 2gb from pc to pc? AirDash handles it all securely and free.

grade: stable
confinement: strict
grade: stable
base: core22

slots:
dbus-airdash:
Expand All @@ -17,7 +17,7 @@ slots:
apps:
airdash:
command: airdash
extensions: [flutter-stable]
extensions: [gnome]
plugs:
- network
- audio-playback
Expand Down

0 comments on commit 5126c7d

Please sign in to comment.