Fix keystore & Add options
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
|
RUN git clone --recurse https://github.com/revanced-apks/build-apps.git /app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN sed -i 's/ks\.keystore/build\/revanced\.keystore/g' build.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
|
RUN sed -i 's/$(nproc)/2/g' build.sh
|
||||||
COPY config.toml config.toml
|
COPY config.toml config.toml
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
compression-level = 9
|
compression-level = 9
|
||||||
logging-to-file = true
|
logging-to-file = true
|
||||||
enable-magisk-update = true
|
enable-magisk-update = true
|
||||||
build-mindetach-module = true
|
build-mindetach-module = false
|
||||||
|
|
||||||
# patches-source = "inotia00/revanced-patches"
|
# patches-source = "inotia00/revanced-patches"
|
||||||
# integrations-source = "inotia00/revanced-integrations"
|
# integrations-source = "inotia00/revanced-integrations"
|
||||||
|
Reference in New Issue
Block a user