mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Removed playstore pre-installed PeerTube.
This commit is contained in:
parent
f78ca6c7ed
commit
0081ff1483
4 changed files with 3 additions and 9 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,9 +1,6 @@
|
|||
[submodule "dep/polycentricandroid"]
|
||||
path = dep/polycentricandroid
|
||||
url = ../polycentricandroid.git
|
||||
[submodule "app/src/playstore/assets/sources/peertube"]
|
||||
path = app/src/playstore/assets/sources/peertube
|
||||
url = ../plugins/peertube.git
|
||||
[submodule "app/src/stable/assets/sources/kick"]
|
||||
path = app/src/stable/assets/sources/kick
|
||||
url = ../plugins/kick.git
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit cfabdc97ab435822c44b0135b3b76519327ba05a
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"SOURCES_EMBEDDED": {
|
||||
"1c291164-294c-4c2d-800d-7bc6d31d0019": "sources/peertube/PeerTubeConfig.json"
|
||||
},
|
||||
"SOURCES_EMBEDDED_DEFAULT": ["1c291164-294c-4c2d-800d-7bc6d31d0019"],
|
||||
"SOURCES_EMBEDDED": {},
|
||||
"SOURCES_EMBEDDED_DEFAULT": [],
|
||||
"SOURCES_UNDER_CONSTRUCTION": {}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Array of directories to look in
|
||||
dirs=("app/src/unstable/assets/sources" "app/src/stable/assets/sources" "app/src/playstore/assets/sources")
|
||||
dirs=("app/src/unstable/assets/sources" "app/src/stable/assets/sources")
|
||||
|
||||
# Loop through each directory
|
||||
for dir in "${dirs[@]}"; do
|
||||
|
|
Loading…
Add table
Reference in a new issue