back to custom MPV build

merge-requests/23/head
Christopher Roy Bratusek 7 years ago
parent 8cd32d42c0
commit 0c1551ee7a

@ -60,6 +60,7 @@
* PlayStore
* FakeStore
* OpenLauncher
* MPV
* shell name: nanodroid-upd
* shell name: nupd
* NanoDroid-Prop
@ -113,6 +114,7 @@
* GNU Bash (4.4.19)
* Play Store (9.2.11)
* OpenLauncher (0.5.10)
* MPV (20180318+merges)
## 16.2.20180302

@ -39,9 +39,9 @@ case ${1} in
update_apk app/OpenLauncher/OpenLauncher.apk "${nlx}/OpenLauncher.apk"
;;
#mpv | MPV )
# update_apk app/MPV/MPV.apk "${nlx}/MPV.apk"
#;;
mpv | MPV )
update_apk app/MPV/MPV.apk "${nlx}/MPV.apk"
;;
fs | fakestore )
update_apk priv-app/FakeStore/FakeStore.apk "${nlx}/FakeStore.apk"
@ -57,6 +57,7 @@ short | long apk name
ps | playstore
ol | openlauncher
fs | fakestore"
fs | fakestore
mpv | MPV"
;;
esac

@ -68,6 +68,8 @@ the `build-package` script does not download/update the following applications:
* [Download Link](https://www.nanolx.org/apk/FakeStore.apk)
* OpenLauncher (reason: last F-Droid build outdated)
* [Download Link](https://www.nanolx.org/apk/OpenLauncher.apk)
* MPV (reason: inferquent updates, merge-requests included)
* [Download Link](https://www.nanolx.org/apk/MPV.apk)
those are still included in the repo itself. Also `build-package` looks if the configuration files

@ -72,11 +72,11 @@ update_apps () {
grab_apk_from_url ${gd_ORBOT[@]}
grab_apk_from_url ${gd_ORFOX[@]}
grab_apk_from_url ${nlx_OPENLAUNCHER[@]}
#grab_apk_from_url ${nlx_MPV[@]}
grab_apk_from_url ${nlx_MPV[@]}
# GitHub
grab_apk_from_github ${gh_K9MAIL[@]}
grab_apk_from_github ${gh_MPV[@]}
#grab_apk_from_github ${gh_MPV[@]}
grab_apk_from_github ${gh_TWIDERE[@]}
grab_apk_from_github ${gh_QKSMS[@]}

@ -7,6 +7,7 @@ The `nanodroid-upd` Script, respectively it's shortcut `nupd` is used by NanoDro
* Fake Store
* Play Store
* OpenLauncher
* MPV
Applications are only updated if they are installed already during NanoDroid installation
@ -22,4 +23,4 @@ or
where **apk** can be
`ps`, `playstore`, `fs`, `fakestore`, `ol`, `openlauncher`
`ps`, `playstore`, `fs`, `fakestore`, `ol`, `openlauncher`, `mpv` or `MPV`

Loading…
Cancel
Save