aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'launcher')
-rw-r--r--launcher/ui/MainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp
index 8f2196f2..34c51ec6 100644
--- a/launcher/ui/MainWindow.cpp
+++ b/launcher/ui/MainWindow.cpp
@@ -2112,7 +2112,7 @@ void MainWindow::on_actionCreateInstanceShortcut_triggered()
// TODO
// need to convert icon to ICO format and save it somewhere...
iconPath = "";
-#elif defined(Q_OS_UNIX)
+#else
iconPath = icon->getFilePath();
#endif
if (FS::createShortcut(FS::PathCombine(desktopPath, m_selectedInstance->name()),