aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorglowiak <52356948+glowiak@users.noreply.github.com>2022-06-01 15:50:02 +0200
committerGitHub <noreply@github.com>2022-06-01 15:50:02 +0200
commit7d21bf15e88517eb3a6e8e4de712a827f87fde39 (patch)
tree7520267b4ac8f1b7df1528aa0c0c1d938b0377e4 /launcher
parenta88ad8025b99e4882f2004ab52a8ed5bd32cc7ab (diff)
downloadPrismLauncher-7d21bf15e88517eb3a6e8e4de712a827f87fde39.tar.gz
PrismLauncher-7d21bf15e88517eb3a6e8e4de712a827f87fde39.tar.bz2
PrismLauncher-7d21bf15e88517eb3a6e8e4de712a827f87fde39.zip
Update UpdateController.cpp
Diffstat (limited to 'launcher')
-rw-r--r--launcher/UpdateController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/UpdateController.cpp b/launcher/UpdateController.cpp
index 646f8e57..c27fe772 100644
--- a/launcher/UpdateController.cpp
+++ b/launcher/UpdateController.cpp
@@ -93,7 +93,7 @@ void UpdateController::installUpdates()
qDebug() << "Installing updates.";
#ifdef Q_OS_WIN
QString finishCmd = QApplication::applicationFilePath();
-#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined (Q_OS_OPENBSD)
+#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
QString finishCmd = FS::PathCombine(m_root, BuildConfig.LAUNCHER_NAME);
#elif defined Q_OS_MAC
QString finishCmd = QApplication::applicationFilePath();