Skip to content

Commit 67558a4

Browse files
committed
fix(GuiMenu): update configurator script path to use /app/bin
1 parent 5c6c0b4 commit 67558a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

es-app/src/guis/GuiMenu.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2643,8 +2643,8 @@ void GuiMenu::openRetroDeckClassicConfigurator()
26432643
std::string command;
26442644
std::string startDirectory;
26452645
bool runInBackground;
2646-
command = "bash /app/tools/configurator.sh";
2647-
startDirectory = "/app/tools";
2646+
command = "bash /app/bin/configurator";
2647+
startDirectory = "/app/bin";
26482648
runInBackground = false;
26492649
int result = Utils::Platform::launchGameUnix(command, startDirectory, runInBackground);
26502650
// You can add any checks for the script's outcome here.

0 commit comments

Comments
 (0)