Skip to content

Commit

Permalink
chores: update install and build scripts to only build the simple…
Browse files Browse the repository at this point in the history
… apk
  • Loading branch information
mediocre9 committed Jul 21, 2024
1 parent 5a29016 commit 99e0b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo off & cls & cd ..
echo building in release mode . . .
flutter build apk --split-per-abi
flutter build apk --release
pause
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# change app architecture from here
# according to your needs . . .
app_architecture="app-armeabi-v7a-release.apk"
app_architecture="app-release.apk"
package="com.mediocre.smartlink"

adb install -r "../build/app/outputs/flutter-apk/$app_architecture"
Expand Down

0 comments on commit 99e0b7b

Please sign in to comment.