mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-12 17:17:09 -04:00
Merge pull request #960 from Fam0r/patch-1
Fix .desktop file using $HOME as working directory
This commit is contained in:
commit
30e27d54f1
@ -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