Created
May 26, 2019 17:25
-
-
Save dmilith/3e928403aaa5fccbe7b8c7e370d5f1c5 to your computer and use it in GitHub Desktop.
hack Skype 8.x sounds (including replace files, remove files for notification to shutup, and so on) for Mac OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0. Shutdown Skype | |
1. Install Nodejs, open Terminal | |
2. Run: `npm install -g asar` | |
3. Run: `npx asar extract /Applications/Skype.app/Contents/Resources/app.asar /Applications/Skype.app/Contents/Resources/app` | |
4. Run: `rm -f /Applications/Skype.app/Contents/Resources/app.asar` | |
That's it, now you can open Skype internal files directly by doing: | |
`open /Applications/Skype.app/Contents/Resources/app` | |
Under media/ you have now full access to mess around with Skype files. | |
Enjoy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment