forked from MapComplete/MapComplete
Scripts: add pointer where file is stored
This commit is contained in:
parent
9ba7b2c4a9
commit
4e391e2278
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
|||
"android:build": "./scripts/buildAndroid.sh",
|
||||
"android:upload": "scp ./android/app/build/outputs/apk/release/app-release.apk hetzner:apk/mapcomplete-latest.apk && scp ./android/app/build/outputs/apk/release/app-release.apk hetzner:app/mapcomplete-latest.apk",
|
||||
"android:uninstall": "adb shell pm uninstall org.mapcomplete",
|
||||
"android:google": "npm run clean:deep && npm run prep:layeroverview && npm run generate:layeroverview -- --print-needed-assets --exclude-label=nsfw && cd android && ./gradlew bundleRelease",
|
||||
"android:google": "npm run clean:deep && npm run prep:layeroverview && npm run generate:layeroverview -- --print-needed-assets --exclude-label=nsfw && cd android && ./gradlew bundleRelease && echo 'Bundle is created at android/app/build/outputs/bundle/release/app-release.aab'",
|
||||
"postinstall": "./scripts/fixPannellum.sh"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue