Last active
June 11, 2023 20:19
-
-
Save alipandidan/7eb0edcba6f82feb25094f8859a78d11 to your computer and use it in GitHub Desktop.
Create Youtube Music Desktop using Nativefier
This file contains 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
#!/bin/bash | |
npx nativefier --single-instance \ | |
--disable-context-menu \ | |
--disable-dev-tools \ | |
--honest \ | |
--icon icon.png \ | |
https://music.youtube.com \ | |
./dist/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment