Skip to content

Instantly share code, notes, and snippets.

@alipandidan
Last active June 11, 2023 20:19
Show Gist options
  • Save alipandidan/7eb0edcba6f82feb25094f8859a78d11 to your computer and use it in GitHub Desktop.
Save alipandidan/7eb0edcba6f82feb25094f8859a78d11 to your computer and use it in GitHub Desktop.
Create Youtube Music Desktop using Nativefier
#!/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