Skip to content

Commit a03eb12

Browse files
committed
small test for apple
1 parent a326a63 commit a03eb12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

Source/Core/DolphinQt/ProjectPlus/InstallUpdateDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)