diff --git a/Dockerfile b/Dockerfile index 6467ed5..71160b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/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 COPY config.toml config.toml diff --git a/config.toml b/config.toml index 20a9107..c7537b1 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ compression-level = 9 logging-to-file = true enable-magisk-update = true -build-mindetach-module = true +build-mindetach-module = false # patches-source = "inotia00/revanced-patches" # integrations-source = "inotia00/revanced-integrations"