mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-03 13:36:02 -04:00
Don't double-quote command when rewriting desktop files
This commit is contained in:
@@ -557,7 +557,7 @@ export_desktop_file (const char *app,
|
||||
int i;
|
||||
gs_free char *command = g_shell_quote (old_argv[0]);
|
||||
|
||||
g_string_append_printf (new_exec, " --command='%s'", command);
|
||||
g_string_append_printf (new_exec, " --command=%s", command);
|
||||
|
||||
g_string_append (new_exec, " ");
|
||||
g_string_append (new_exec, escaped_app);
|
||||
|
||||
Reference in New Issue
Block a user