浏览代码

Dist: Fix Linux desktop file launch argument

Rémi Verschelde 7 年之前
父节点
当前提交
a55e2f2dac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/dist/linux/godot.desktop

+ 1 - 1
misc/dist/linux/godot.desktop

@@ -2,7 +2,7 @@
 Name=Godot Engine
 GenericName=Libre game engine
 Comment=Multi-platform 2D and 3D game engine with a feature rich editor
-Exec=godot -pm
+Exec=godot -p
 Icon=godot
 Terminal=false
 Type=Application