13 lines
566 B
Bash
13 lines
566 B
Bash
flutter clean
|
|
flutter build apk
|
|
cp build/app/outputs/flutter-apk/app-release.apk /users/arytan/desktop
|
|
flutter build web --web-renderer canvaskit
|
|
cd build/web
|
|
fandogh login --username didvan --password 12799721
|
|
fandogh image publish --version $1
|
|
fandogh service apply -f ../../.fandogh/fandogh.yaml
|
|
cd ../..
|
|
flutter build ipa
|
|
xcodebuild -exportArchive -exportOptionsPlist ios/runner/info.plist -archivePath build/ios/archive/runner.xcarchive -exportPath /users/arytan/desktop/App.ipa
|
|
cp /users/arytan/desktop/didvan.ipa/didvan.ipa /users/arytan/desktop
|
|
echo "Done!" |