Skip to content

Commit 1de9985

Browse files
Fix order
1 parent ad94a5e commit 1de9985

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ Prepare
5959
- flutter pub get
6060
- cd ios && pod update
6161
- cd macos && pod update
62-
63-
Update version
64-
6562
- Update changelog.md and version in pubspec.yaml and snapcraft.yaml
6663
- git commit -am vX.X.X
6764
- git tag "vX.X.X"
@@ -100,16 +97,13 @@ Linux
10097
- Open Ubuntu in VMWare
10198
- Open ~\Documents\airdash in vs code
10299
- git pull -r && flutter pub get
103-
- flutter build linux --release
104100
- snapcraft clean --use-lxd # required
105101
- snapcraft --output build/airdash.snap --use-lxd
106102
- snapcraft upload --release=stable build/airdash.snap
107103
- Copy to mac ./build/airdash.snap (send.vis.ee for example)
108104

109105
Create Github release
110106

111-
- Download macOS app file
112-
- npx appdmg appdmg.json ./build/airdash.dmg
113107
- open https://github.com/simonbengtsson/airdash/releases/new
114108
- Attach
115109
- build/airdash.apk

0 commit comments

Comments
 (0)