Make apps and options using OAuth hidden
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y git jq openjdk-17-jdk zip wget
|
||||
RUN git clone --recurse https://github.com/revanced-apks/build-apps.git /app
|
||||
|
||||
WORKDIR /app
|
||||
RUN sed -i 's/--keystore=ks\.keystore/--keystore=ks\.keystore --options=build\/options.json/' utils.sh
|
||||
RUN sed -i 's/--keystore=ks\.keystore/--keystore=ks\.keystore --options=build\/.options.json/' utils.sh
|
||||
RUN sed -i 's/$(nproc)/2/g' build.sh
|
||||
COPY config.toml config.toml
|
||||
|
||||
|
@@ -34,6 +34,7 @@ arch = "arm64-v8a"
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/redditinc/reddit/"
|
||||
|
||||
[Sync]
|
||||
app-name = ".sync"
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/red-apps-ltd/sync-for-reddit/"
|
||||
|
||||
[Spotify]
|
||||
|
Reference in New Issue
Block a user