13 lines
570 B
Diff
13 lines
570 B
Diff
|
--- source-linux/common/filesystem.cpp
|
||
|
+++ source-linux/common/filesystem.cpp
|
||
|
@@ -178,7 +178,7 @@
|
||
|
QTextStream stream(&file);
|
||
|
stream << "[Desktop Entry]" << Qt::endl;
|
||
|
stream << "Name=Friendiqa" << Qt::endl;
|
||
|
- stream << "Exec=friendiqa -background %u" << Qt::endl;
|
||
|
+ stream << "Exec=flatpak run de.manic.friendiqa -background %u" << Qt::endl;
|
||
|
stream << "Terminal=false" << Qt::endl;
|
||
|
stream << "Icon=Friendiqa.svg" << Qt::endl;
|
||
|
stream << "Type=Application" << Qt::endl;
|
||
|
|