Skip to content

Instantly share code, notes, and snippets.

@Revisto
Created September 8, 2023 13:16
Show Gist options
  • Save Revisto/52bf254f8eeaaaba6b05691ca8d4dd40 to your computer and use it in GitHub Desktop.
Save Revisto/52bf254f8eeaaaba6b05691ca8d4dd40 to your computer and use it in GitHub Desktop.
Soundcloud Application For Linux

Make app using:

nativefier --name 'SoundCloud' 'soundcloud.com'

Modify a file in Applications dir using: ~/.local/share/applications/soundcloud.desktop

[Desktop Entry]
Name=Soundcloud
GenericName=Soundcloud
Comment=Listen to music
Keywords=audio;sound;
Exec=/home/rev/SoundCloud-linux-x64/SoundCloud
Icon=/home/rev/SoundCloud-linux-x64/resources/app/icon.png
Terminal=false
Type=Application
Categories=Audio;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment