There was an error while loading. Please reload this page.
1 parent 765a7b9 commit 7b16631Copy full SHA for 7b16631
1 file changed
build.sh
@@ -147,7 +147,7 @@ build-android-lib() {
147
build-android-apk() {
148
cd "$awlflutterdir"
149
flutter build apk --release
150
- mv "$awlflutterdir/build/app/outputs/flutter-apk/app-release.apk" "$builddir/awl-android-$VERSION.apk"
+ cp "$awlflutterdir/build/app/outputs/flutter-apk/app-release.apk" "$builddir/awl-android-$VERSION.apk"
151
}
152
153
# build for android
0 commit comments