Skip to content

Commit

Permalink
chore: move intall script to scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mediocre9 committed Jul 4, 2023
1 parent 95cb10d commit 7125f1f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# change app architecture from here
# according to your needs . . .
app_architecture="app-armeabi-v7a-release.apk"

X86_64="x86_64"
ARM_V7="armeabi-v7a"
ARM64_V8="arm64-v8a"

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

0 comments on commit 7125f1f

Please sign in to comment.