Skip to content

Commit 7b16631

Browse files
committed
WIP 3
1 parent 765a7b9 commit 7b16631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ build-android-lib() {
147147
build-android-apk() {
148148
cd "$awlflutterdir"
149149
flutter build apk --release
150-
mv "$awlflutterdir/build/app/outputs/flutter-apk/app-release.apk" "$builddir/awl-android-$VERSION.apk"
150+
cp "$awlflutterdir/build/app/outputs/flutter-apk/app-release.apk" "$builddir/awl-android-$VERSION.apk"
151151
}
152152

153153
# build for android

0 commit comments

Comments
 (0)