From d4c4c46c404fdb4b1a7e950e65dd351ab179edff Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Thu, 23 Nov 2023 12:23:17 +0100 Subject: [PATCH] Fix godot editor path --- ScreenPlay/src/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScreenPlay/src/settings.cpp b/ScreenPlay/src/settings.cpp index 524573ca..2ecf72f6 100644 --- a/ScreenPlay/src/settings.cpp +++ b/ScreenPlay/src/settings.cpp @@ -161,7 +161,7 @@ void Settings::setupWidgetAndWindowPaths() m_globalVariables->setWidgetExecutablePath(QUrl(workingDir.path() + "/ScreenPlayWidget" + ScreenPlayUtil::executableBinEnding())); m_globalVariables->setWallpaperExecutablePath(QUrl(workingDir.path() + "/ScreenPlayWallpaper" + ScreenPlayUtil::executableBinEnding())); m_globalVariables->setGodotWallpaperExecutablePath(QUrl(workingDir.path() + "/ScreenPlayWallpaperGodot" + ScreenPlayUtil::executableBinEnding())); - const auto godotEditorName = "Godot_" + godotVersion + "-" + godotReleaseType + "_win64.exe"; + const auto godotEditorName = "Godot_" + godotVersion + "_win64.exe"; m_globalVariables->setGodotEditorExecutablePath(QUrl(workingDir.path() + "/" + godotEditorName)); } else if (osType == "macos") { // ScreenPlayTest is not bundled in an .app so the working directory