Removed playstore pre-installed PeerTube.

This commit is contained in:
Koen
2024-01-17 12:54:45 +01:00
parent f78ca6c7ed
commit 0081ff1483
4 changed files with 3 additions and 9 deletions
-3
View File
@@ -1,9 +1,6 @@
[submodule "dep/polycentricandroid"] [submodule "dep/polycentricandroid"]
path = dep/polycentricandroid path = dep/polycentricandroid
url = ../polycentricandroid.git 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"] [submodule "app/src/stable/assets/sources/kick"]
path = app/src/stable/assets/sources/kick path = app/src/stable/assets/sources/kick
url = ../plugins/kick.git url = ../plugins/kick.git
+2 -4
View File
@@ -1,7 +1,5 @@
{ {
"SOURCES_EMBEDDED": { "SOURCES_EMBEDDED": {},
"1c291164-294c-4c2d-800d-7bc6d31d0019": "sources/peertube/PeerTubeConfig.json" "SOURCES_EMBEDDED_DEFAULT": [],
},
"SOURCES_EMBEDDED_DEFAULT": ["1c291164-294c-4c2d-800d-7bc6d31d0019"],
"SOURCES_UNDER_CONSTRUCTION": {} "SOURCES_UNDER_CONSTRUCTION": {}
} }
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Array of directories to look in # 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 # Loop through each directory
for dir in "${dirs[@]}"; do for dir in "${dirs[@]}"; do