use raw.githubusercontent url for icon
This commit is contained in:
@@ -115,7 +115,7 @@ printf '%s\n' '#!/bin/bash' 'SELF=$(readlink -f "$0")' 'HERE=${SELF%/*}' 'EXEC="
|
||||
printf '%s\n' '[Desktop Entry]' 'Name=Supersonic' 'Exec=supersonic' 'Icon=ico' 'Type=Application' 'Comment=A lightweight cross-platform desktop client for self-hosted music servers' 'Categories=AudioVideo;' > Supersonic.AppDir/"supersonic.desktop"
|
||||
chmod +x Supersonic.AppDir/AppRun
|
||||
chmod +x Supersonic.AppDir/supersonic.desktop
|
||||
wget -nv https://github.com/dweymouth/supersonic/blob/main/res/appicon.png?raw=true -O Supersonic.AppDir/ico.png
|
||||
wget -nv https://raw.githubusercontent.com/dweymouth/supersonic/main/res/appicon.png -O Supersonic.AppDir/ico.png
|
||||
cp supersonic Supersonic.AppDir/usr/bin/
|
||||
chmod +x Supersonic.AppDir/usr/bin/supersonic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user