We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6040a33 commit dcd1d29Copy full SHA for dcd1d29
build.sh
@@ -13,8 +13,7 @@ fi
13
14
inputBuildDir="build/app/outputs/apk/release"
15
if [ ! -d $inputBuildDir ]; then
16
- echo "[ERROR] '${inputBuildDir}' does not exist"
17
- exit 1
+ echo "[WARN] '${inputBuildDir}' does not exist"
18
fi
19
inputBuildAPKFilename="app-release.apk"
20
outputBuildDir="build-apks"
@@ -60,6 +59,7 @@ function installFlutterBuild {
60
59
createBuildsDir
61
cleanFlutterBuilds
62
buildFutter
+createOutputBuildAPK
63
if [[ $1 == "no-install" ]]; then
64
echo "[WARN] Not installing flutter build apk..."
65
else
0 commit comments