main: Linux - ask to create desktop entry on the first start

This commit is contained in:
xiphon
2020-11-30 15:22:31 +00:00
parent 96f9c11320
commit ea1fee2f5f
6 changed files with 48 additions and 24 deletions

View File

@@ -319,11 +319,6 @@ Verify update binary using 'shasum'-compatible (SHA256 algo) output signed by tw
return 1;
}
// Desktop entry
#ifdef Q_OS_LINUX
registerXdgMime(app);
#endif
IPC *ipc = new IPC(&app);
QStringList posArgs = parser.positionalArguments();