We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6c0b4 commit 67558a4Copy full SHA for 67558a4
es-app/src/guis/GuiMenu.cpp
@@ -2643,8 +2643,8 @@ void GuiMenu::openRetroDeckClassicConfigurator()
2643
std::string command;
2644
std::string startDirectory;
2645
bool runInBackground;
2646
- command = "bash /app/tools/configurator.sh";
2647
- startDirectory = "/app/tools";
+ command = "bash /app/bin/configurator";
+ startDirectory = "/app/bin";
2648
runInBackground = false;
2649
int result = Utils::Platform::launchGameUnix(command, startDirectory, runInBackground);
2650
// You can add any checks for the script's outcome here.
0 commit comments