Dist: Fix Linux desktop file launch argument
This commit is contained in:
parent
db289e0e85
commit
a55e2f2dac
1 changed files with 1 additions and 1 deletions
2
misc/dist/linux/godot.desktop
vendored
2
misc/dist/linux/godot.desktop
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue