File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Source/Core/DolphinQt/ProjectPlus Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v4
4343 with :
4444 repository : Project-Plus-Development-Team/Project-Plus-Dolphin
45- ref : dolphin-emu-release-prep-2509
45+ ref : mac-fixes-again
4646 submodules : recursive
4747 fetch-depth : 0
4848
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ void InstallUpdateDialog::install()
133133 QString fullFilePath = this ->temporaryDirectory + QDir::separator () + this ->filename ;
134134
135135 #ifdef __APPLE__
136- QString appPath = QCoreApplication::applicationDirPath () + QStringLiteral (" /../../../" ); // Set the installation directory
136+ QString appPath = QCoreApplication::applicationDirPath (); // Set the installation directory + QStringLiteral("/../../../")
137137 #else
138138 QString appPath = QCoreApplication::applicationDirPath ();
139139 #endif
You can’t perform that action at this time.
0 commit comments