mirror of
https://abf.rosa.ru/djam/godot.git
synced 2025-02-23 18:12:54 +00:00
27 lines
805 B
Diff
27 lines
805 B
Diff
![]() |
From 593e616a482eccd5f6772b4df9430ff0d7305a50 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= <rverschelde@gmail.com>
|
||
|
Date: Wed, 14 Mar 2018 12:05:16 +0100
|
||
|
Subject: [PATCH] Dist: Fix Linux desktop file launch argument
|
||
|
|
||
|
(cherry picked from commit a55e2f2dac040246d780e55d27c0ca22c3eb179f)
|
||
|
---
|
||
|
misc/dist/linux/godot.desktop | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/misc/dist/linux/godot.desktop b/misc/dist/linux/godot.desktop
|
||
|
index 545c49125..974352b11 100644
|
||
|
--- a/misc/dist/linux/godot.desktop
|
||
|
+++ b/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
|
||
|
--
|
||
|
2.13.6
|
||
|
|