diff options
author | ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> | 2022-11-12 20:48:21 +0200 |
---|---|---|
committer | ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> | 2022-11-12 20:48:21 +0200 |
commit | 5322155b19e68b44e879512cf46ee152045dc1b1 (patch) | |
tree | a545764aced2392884683de3a0157ef8ac290062 /launcher/ui | |
parent | 45ce72593ac29e54311219e71d47b044eda14b14 (diff) | |
download | PrismLauncher-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/ui')
-rw-r--r-- | launcher/ui/MainWindow.cpp | 2 |
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); |