Skip to content

Commit

Permalink
v2.0.158
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbengtsson committed Sep 2, 2024
1 parent 96c8dd1 commit ad94a5e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### v2.0.156 31 Aug 2024
### v2.0.158 2 Sept 2024

- Update libraries and Android target version

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,14 @@ Update version
macOS

- flutter build macos
- Archive, Distribute -> Export to App store AND Distribute -> Direct Distribution (~/Downloads/airdash.app)
- Archive -> Distribute -> Direct Distribution
- npx appdmg appdmg.json ./build/airdash.dmg
- Distribute with transporter

iOS

- flutter build ipa
- Distribute with Transporter or Xcode (open build/ios/archive/MyApp.xcarchive)
- Distribute with Transporter

Android

Expand All @@ -100,10 +101,10 @@ Linux
- Open ~\Documents\airdash in vs code
- git pull -r && flutter pub get
- flutter build linux --release
- flutter clean --use-lxd # required
- snapcraft clean --use-lxd # required
- snapcraft --output build/airdash.snap --use-lxd
- snapcraft upload --release=stable build/airdash.snap
- Copy to mac ./build/airdash.snap
- Copy to mac ./build/airdash.snap (send.vis.ee for example)

Create Github release

Expand Down
2 changes: 1 addition & 1 deletion appdmg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"x": 100,
"y": 100,
"type": "file",
"path": "build/Airdash156.app"
"path": "build/AirDash158.app"
}
]
}
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: airdash
version: "2.0.156"
version: "2.0.158"
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.
Expand Down

0 comments on commit ad94a5e

Please sign in to comment.