Skip to content

Commit

Permalink
Linux: use 'text-x-script' icons for script shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed May 24, 2024
1 parent 28bfe02 commit ebcd7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstallControllerBuddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ then
local ICON_VALUE="$CB_LIB_DIR/ControllerBuddy.png"
local TERMINAL_VALUE=false
else
local ICON_VALUE=''
local ICON_VALUE='text-x-script'
local TERMINAL_VALUE=true
fi
mkdir -p "$CB_SHORTCUTS_DIR" && echo -e "[Desktop Entry]\nType=Application\nName=$1\nIcon=$ICON_VALUE\nExec=$EXEC_VALUE\nPath=$4\nTerminal=$TERMINAL_VALUE\nCategories=Game" >> "$SHORTCUT_PATH"
Expand Down

0 comments on commit ebcd7dc

Please sign in to comment.