mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-15 10:35:11 -04:00
Fix .desktop file using $HOME as working directory
This commit is contained in:
parent
357a1af3b5
commit
c9778de792
@ -21,6 +21,7 @@ echo "Comment=Minecraft Classic inspired sandbox game" >> $DESKTOP_FILE
|
||||
echo "Name=ClassiCube" >> $DESKTOP_FILE
|
||||
echo "Exec=$GAME_DIR/ClassiCube" >> $DESKTOP_FILE
|
||||
echo "Icon=$GAME_DIR/CCicon.png" >> $DESKTOP_FILE
|
||||
echo "Path=$GAME_DIR" >> $DESKTOP_FILE
|
||||
echo "Terminal=false" >> $DESKTOP_FILE
|
||||
echo "Categories=Game;" >> $DESKTOP_FILE
|
||||
chmod +x $DESKTOP_FILE
|
||||
|
Loading…
x
Reference in New Issue
Block a user