Extend README
This commit is contained in:
parent
83ec2f2fae
commit
e68b437a50
2 changed files with 7 additions and 5 deletions
10
README.md
10
README.md
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Discord Android app patches.
|
Discord Android app patches.
|
||||||
|
|
||||||
|
**Latest supported Discord Android version:** 8.3.6g (836), released on 2019-01-30.
|
||||||
|
|
||||||
|
New patch development will be done for the latest supported version.
|
||||||
|
|
||||||
## Binaries
|
## Binaries
|
||||||
|
|
||||||
An F-Droid repo is available on https://fdroid.a3.pm/seabear/repo/.
|
An F-Droid repo is available on https://fdroid.a3.pm/seabear/repo/.
|
||||||
|
@ -36,9 +40,7 @@ Feel free to ignore play protect, it's bullshit.
|
||||||
|
|
||||||
#### Building patches
|
#### Building patches
|
||||||
|
|
||||||
`diff -crB -x "dist" -x "res/raw" -x "build" CleanFolder PatchedFolder > patchname.patch`
|
After extracting the APK, copy it to a folder that you won't modify (`cp -r com.discord-836 com.discord-836-base`), so that you can easily diff them.
|
||||||
|
|
||||||
#### Disclaimer about emojos
|
To get the diff, run `diff -crB -x "dist" -x "res/raw" -x "build" CleanFolder PatchedFolder > patchname.patch`
|
||||||
|
|
||||||
This [thing] uses Mutant Standard emoji (https://mutant.tech), which are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
|
||||||
|
|
||||||
|
|
|
@ -25,5 +25,5 @@ Various scripts are provided to help building of custom patches easier.
|
||||||
|
|
||||||
#### Disclaimer
|
#### Disclaimer
|
||||||
|
|
||||||
This [thing] uses Mutant Standard emoji (https://mutant.tech), which are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
This patch uses Mutant Standard emoji (https://mutant.tech), which are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
||||||
|
|
||||||
|
|
Reference in a new issue