From 311ddbe2f9045d2040eaf4f2a9810f254be18a97 Mon Sep 17 00:00:00 2001 From: DanielSvoboda Date: Sat, 6 Jul 2024 13:42:53 -0300 Subject: [PATCH] fiz linux --- src/qt_gui/gui_context_menus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt_gui/gui_context_menus.h b/src/qt_gui/gui_context_menus.h index 4be5a557..87d06209 100644 --- a/src/qt_gui/gui_context_menus.h +++ b/src/qt_gui/gui_context_menus.h @@ -313,7 +313,7 @@ private: out << "Version=1.0\n"; out << "Name=" << QFileInfo(targetPath).baseName() << "\n"; out << "Exec=" << QCoreApplication::applicationFilePath() << " \"" << targetPath << "\"\n"; - out << "Icon=" << iconPath.replace("\\", "/") << "\n"; + out << "Icon=" << iconPath << "\n"; out << "Terminal=false\n"; out << "Type=Application\n"; shortcutFile.close();