aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>2022-11-12 20:48:21 +0200
committerADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>2022-11-12 20:48:21 +0200
commit5322155b19e68b44e879512cf46ee152045dc1b1 (patch)
treea545764aced2392884683de3a0157ef8ac290062 /launcher
parent45ce72593ac29e54311219e71d47b044eda14b14 (diff)
downloadPrismLauncher-5322155b19e68b44e879512cf46ee152045dc1b1.tar.gz
PrismLauncher-5322155b19e68b44e879512cf46ee152045dc1b1.tar.bz2
PrismLauncher-5322155b19e68b44e879512cf46ee152045dc1b1.zip
Mac: fix build
Signed-off-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>
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 3f99ac99..aedd9e4f 100644
--- a/launcher/ui/MainWindow.cpp
+++ b/launcher/ui/MainWindow.cpp
@@ -2101,7 +2101,7 @@ void MainWindow::on_actionCreateInstanceShortcut_triggered()
#if defined(Q_OS_MACOS)
// handle macOS bundle weirdness
- QFileInfo appFileInfo(QApplication::applicationFilePath()));
+ QFileInfo appFileInfo(QApplication::applicationFilePath());
QString appName = appFileInfo.baseName();
QString exeName = FS::PathCombine(appFileInfo.filePath(), "Contents/MacOS/" + appName);