🔧 chore(resources): use double quotes instead of single quotes in desktop entry
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
Name=colorshell
|
Name=colorshell
|
||||||
Type=Application
|
Type=Application
|
||||||
Comment=A Desktop Shell for Hyprland that has colors from your wallpaper!
|
Comment=A Desktop Shell for Hyprland that has colors from your wallpaper!
|
||||||
Exec=sh -c '$COLORSHELL_BINARY'
|
Exec=sh -c "$COLORSHELL_BINARY"
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
StartupWMClass=io.github.retrozinndev.colorshell
|
StartupWMClass=io.github.retrozinndev.colorshell
|
||||||
|
|||||||
Reference in New Issue
Block a user