diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cbe60..dfae837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### v2.0.156 31 Aug 2024 +### v2.0.158 2 Sept 2024 - Update libraries and Android target version diff --git a/README.md b/README.md index 481ad3a..34ef904 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/appdmg.json b/appdmg.json index d3e1367..468fe26 100644 --- a/appdmg.json +++ b/appdmg.json @@ -6,7 +6,7 @@ "x": 100, "y": 100, "type": "file", - "path": "build/Airdash156.app" + "path": "build/AirDash158.app" } ] } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f6966af..d86e17d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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.