diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-07 10:56:13 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-07 10:56:13 -0500 |
| commit | b2b3c1a70e61d41255d70ad405293e5ed2b851f6 (patch) | |
| tree | 90479c932a1502205ab93d519c454a7b14a7573e | |
| parent | 5fb064860ee75ebc9e19c9350a24d42c5c695f5b (diff) | |
remind users that debug files have moved
| -rwxr-xr-x | build_android.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_android.sh b/build_android.sh index 70d6b4df..c3ea0308 100755 --- a/build_android.sh +++ b/build_android.sh @@ -7,6 +7,7 @@ build_debug() { ionic cordova build android # adding back wkwebview clears platform debug directory later cp platforms/android/build/outputs/apk/debug/android-debug.apk debug_files + echo "*** Your debug file has been moved to debug_files/android-debug.apk" } |
