This repository has been archived on 2021-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
cutthecord/patches/branding/README.md

34 lines
832 B
Markdown
Raw Normal View History

2019-01-23 09:54:45 +00:00
## DisTok CutTheCord: Custom Branding Patch
This patch renames Discord app to Cutthecord.
You'll need to run "addpatch.py" with syntax of `python3 addpatch.py $in_patch_filename $app_name $branch_name` and use the `-custom.patch` version, or else it'll fail. You'll need to put a valid directory for storing hacky build counters to it.
2019-01-25 12:48:05 +00:00
2019-01-23 09:54:45 +00:00
Running customicon.sh (while on root of the extracted folder) will also change the icon to the debug icon:
![](https://elixi.re/i/48nc2je7.png)
You can use the following line to patch authorities:
`sed -i 's/android:authorities="com.discord./android:authorities="top.distok.cutthecord.CTCBRANCH./g' AndroidManifest.xml`
2019-01-23 09:54:45 +00:00
#### Available and tested on:
- 8.3.3
2019-01-25 08:50:06 +00:00
- 8.3.4g
- 8.3.5g
- 8.3.6g
2019-02-03 06:56:40 +00:00
- 8.3.9g
- 8.4.1g
- 8.4.2g
- 8.4.3g
2019-02-08 08:29:01 +00:00
- 8.4.4g
2019-02-14 23:05:52 +00:00
- 8.4.5g
- 8.4.8
2019-02-23 20:57:47 +00:00
- 8.5.0
2019-02-27 07:31:20 +00:00
- 8.5.1
- 8.5.3
- 8.5.4
- 8.5.5
2019-01-23 09:54:45 +00:00