mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 14:46:40 +02:00
Minor cleanup
This commit is contained in:
parent
f872a95a7a
commit
69f5e9110a
1 changed files with 3 additions and 3 deletions
|
@ -173,11 +173,11 @@ void TestRunner::saveExistingHighFidelityAppDataFolder() {
|
|||
dataDirectory = qgetenv("USERPROFILE") + "\\AppData\\Roaming";
|
||||
#endif
|
||||
|
||||
if (!_runLatest->isChecked()) {
|
||||
if (_runLatest->isChecked()) {
|
||||
_appDataFolder = dataDirectory + "\\High Fidelity";
|
||||
} else {
|
||||
// We are running a PR build
|
||||
_appDataFolder = dataDirectory + "\\High Fidelity - " + getPRNumberFromURL(_url->toPlainText());
|
||||
} else {
|
||||
_appDataFolder = dataDirectory + "\\High Fidelity";
|
||||
}
|
||||
|
||||
if (_appDataFolder.exists()) {
|
||||
|
|
Loading…
Reference in a new issue