Skip to content

Commit

Permalink
Update AppToGrid.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasG19 committed Sep 24, 2023
1 parent 6da9f0a commit 668e551
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions AppToGrid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ then

echo "Adding desktop entry $exeName.desktop to grid at $DESKTOP_DIR..."
echo "[Desktop Entry]
Type=Application
Terminal=false
Exec='$pathToExe'
Name=$appName
Comment=$appName
Keywords=$appName;" > "$exeName.desktop"
Type=Application
Terminal=false
Exec='$pathToExe'
Name=$appName
Comment=$appName
Keywords=$appName;" > "$exeName.desktop"

mv -i "$exeName.desktop" "$DESKTOP_DIR$exeName.desktop"

Expand Down

0 comments on commit 668e551

Please sign in to comment.