forked from distok/cutthecord
		
	Add a note
This commit is contained in:
		
							parent
							
								
									d0df32efe3
								
							
						
					
					
						commit
						92ae543806
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -8,7 +8,7 @@ Discord Android app patches | |||
| - Get a keystore, see [here](https://stackoverflow.com/a/14994354/3286892), step 1. | ||||
| - Get 72x72 copies of latest version of mutant standard emojis with codepoints. I have a zip [here](https://mutant.lavatech.top/72x72.zip). | ||||
| - Extract the emojis you got somewhere, then prepend `emoji_` to their names (`for f in * ; do mv -- "$f" "emoji_$f" ; done`). | ||||
| - Get rid of `-fe0f` on filenames to fix render of some emojis (`find . -name '*png' -exec bash -c ' mv $0 ${0/-fe0f/}' {} \;`). | ||||
| - Get rid of `-fe0f` on filenames to fix render of some emojis (`find . -name '*png' -exec bash -c ' mv $0 ${0/-fe0f/}' {} \;`, lots of mv errors will happen, that's fine). | ||||
| - Clone this repo somewhere, edit `emojireplace.sh` and set the variables to the folders you want it to run on. | ||||
| 
 | ||||
| ## Building an patched discord app | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue