Skip to content

Commit ad94a5e

Browse files
v2.0.158
1 parent 96c8dd1 commit ad94a5e

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### v2.0.156 31 Aug 2024
3+
### v2.0.158 2 Sept 2024
44

55
- Update libraries and Android target version
66

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,14 @@ Update version
7070
macOS
7171

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

7677
iOS
7778

7879
- flutter build ipa
79-
- Distribute with Transporter or Xcode (open build/ios/archive/MyApp.xcarchive)
80+
- Distribute with Transporter
8081

8182
Android
8283

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

108109
Create Github release
109110

appdmg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"x": 100,
77
"y": 100,
88
"type": "file",
9-
"path": "build/Airdash156.app"
9+
"path": "build/AirDash158.app"
1010
}
1111
]
1212
}

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: airdash
2-
version: "2.0.156"
2+
version: "2.0.158"
33
icon: snap/gui/airdash.png
44
summary: Transfer photos and files anywhere
55
description: Send picture from android to mac? Large file over 2gb from pc to pc? AirDash handles it all securely and free.

0 commit comments

Comments
 (0)