refactor: CI scripts and old workarounds for build scripts

This commit is contained in:
Krille 2023-03-19 07:44:02 +01:00
commit 46ff21a475
7 changed files with 33 additions and 48 deletions

View file

@ -1,9 +0,0 @@
#!/bin/sh -ve
flutter config --enable-macos-desktop
flutter clean
flutter pub get
cd macos
pod install
pod update
cd ..
flutter build macos --release