ctcci: Pull version from patchport-state.json

This commit is contained in:
ave 2020-05-28 15:53:24 +03:00
parent cf6f10a0e1
commit 30c8b07077
Signed by untrusted user: a
GPG key ID: 398DD7BD03276F6D
2 changed files with 2 additions and 14 deletions

View file

@ -2,11 +2,6 @@ import os
APKTOOL_BIN = "java -jar /home/ave/apktool-cli-all.jar" # use latest
# Set to false if you're going to use a local state.json file
# state.json has information about the latest discord version
LOCAL_STATE = False
STATE_FILE = "/home/ave/distok/state.json"
# APKs must be placed under $DISTOK_FOLDER/android/$PACKAGE_ID-$VERSION_NUMBER.apk
# Example: /home/ave/distok/android/com.discord-909.apk
DISTOK_FOLDER = "/home/ave/distok"