mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-02 03:40:13 +00:00
back to custom MPV build
This commit is contained in:
parent
8cd32d42c0
commit
0c1551ee7a
@ -60,6 +60,7 @@
|
|||||||
* PlayStore
|
* PlayStore
|
||||||
* FakeStore
|
* FakeStore
|
||||||
* OpenLauncher
|
* OpenLauncher
|
||||||
|
* MPV
|
||||||
* shell name: nanodroid-upd
|
* shell name: nanodroid-upd
|
||||||
* shell name: nupd
|
* shell name: nupd
|
||||||
* NanoDroid-Prop
|
* NanoDroid-Prop
|
||||||
@ -113,6 +114,7 @@
|
|||||||
* GNU Bash (4.4.19)
|
* GNU Bash (4.4.19)
|
||||||
* Play Store (9.2.11)
|
* Play Store (9.2.11)
|
||||||
* OpenLauncher (0.5.10)
|
* OpenLauncher (0.5.10)
|
||||||
|
* MPV (20180318+merges)
|
||||||
|
|
||||||
## 16.2.20180302
|
## 16.2.20180302
|
||||||
|
|
||||||
|
@ -39,9 +39,9 @@ case ${1} in
|
|||||||
update_apk app/OpenLauncher/OpenLauncher.apk "${nlx}/OpenLauncher.apk"
|
update_apk app/OpenLauncher/OpenLauncher.apk "${nlx}/OpenLauncher.apk"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
#mpv | MPV )
|
mpv | MPV )
|
||||||
# update_apk app/MPV/MPV.apk "${nlx}/MPV.apk"
|
update_apk app/MPV/MPV.apk "${nlx}/MPV.apk"
|
||||||
#;;
|
;;
|
||||||
|
|
||||||
fs | fakestore )
|
fs | fakestore )
|
||||||
update_apk priv-app/FakeStore/FakeStore.apk "${nlx}/FakeStore.apk"
|
update_apk priv-app/FakeStore/FakeStore.apk "${nlx}/FakeStore.apk"
|
||||||
@ -57,6 +57,7 @@ short | long apk name
|
|||||||
|
|
||||||
ps | playstore
|
ps | playstore
|
||||||
ol | openlauncher
|
ol | openlauncher
|
||||||
fs | fakestore"
|
fs | fakestore
|
||||||
|
mpv | MPV"
|
||||||
;;
|
;;
|
||||||
esac
|
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)
|
* [Download Link](https://www.nanolx.org/apk/FakeStore.apk)
|
||||||
* OpenLauncher (reason: last F-Droid build outdated)
|
* OpenLauncher (reason: last F-Droid build outdated)
|
||||||
* [Download Link](https://www.nanolx.org/apk/OpenLauncher.apk)
|
* [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
|
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_ORBOT[@]}
|
||||||
grab_apk_from_url ${gd_ORFOX[@]}
|
grab_apk_from_url ${gd_ORFOX[@]}
|
||||||
grab_apk_from_url ${nlx_OPENLAUNCHER[@]}
|
grab_apk_from_url ${nlx_OPENLAUNCHER[@]}
|
||||||
#grab_apk_from_url ${nlx_MPV[@]}
|
grab_apk_from_url ${nlx_MPV[@]}
|
||||||
|
|
||||||
# GitHub
|
# GitHub
|
||||||
grab_apk_from_github ${gh_K9MAIL[@]}
|
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_TWIDERE[@]}
|
||||||
grab_apk_from_github ${gh_QKSMS[@]}
|
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
|
* Fake Store
|
||||||
* Play Store
|
* Play Store
|
||||||
* OpenLauncher
|
* OpenLauncher
|
||||||
|
* MPV
|
||||||
|
|
||||||
Applications are only updated if they are installed already during NanoDroid installation
|
Applications are only updated if they are installed already during NanoDroid installation
|
||||||
|
|
||||||
@ -22,4 +23,4 @@ or
|
|||||||
|
|
||||||
where **apk** can be
|
where **apk** can be
|
||||||
|
|
||||||
`ps`, `playstore`, `fs`, `fakestore`, `ol`, `openlauncher`
|
`ps`, `playstore`, `fs`, `fakestore`, `ol`, `openlauncher`, `mpv` or `MPV`
|
||||||
|
Loading…
Reference in New Issue
Block a user