From b0db5de80e4bcf86db5a430bde94fff07e40d27c Mon Sep 17 00:00:00 2001 From: AL <abab.bgbg.999@gmail.com> Date: Mon, 18 Sep 2023 17:13:23 +0000 Subject: [PATCH] Replace dosbox.config --- FlashpointSecurePlayerConfigs/dosbox.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlashpointSecurePlayerConfigs/dosbox.config b/FlashpointSecurePlayerConfigs/dosbox.config index f565c40..7e5546e 100644 --- a/FlashpointSecurePlayerConfigs/dosbox.config +++ b/FlashpointSecurePlayerConfigs/dosbox.config @@ -6,7 +6,7 @@ <flashpointSecurePlayer> <templates> <template name="dosbox"> - <mode name="SOFTWARE" commandLine="Dosbox\DOSBox.exe -noconsole -conf "%FP_STARTUP_PATH%\Dosbox\dosbox.conf" -c "mount c '%FP_STARTUP_PATH%\Dosbox'" -c "mount d ." -c "%FP_URL%" -c "%FP_HTDOCS_FILE%"" /> + <mode name="SOFTWARE" commandLine="dosbox\dosbox.exe -noconsole -conf "%FP_STARTUP_PATH%\dosbox\dosbox.conf" -c "mount c '%FP_STARTUP_PATH%\dosbox'" -c "mount d ." -c "%FP_URL%"" workingDirectory="%FP_HTDOCS_FILE_DIR%"/> <modifications> <environmentVariables> <environmentVariable name="FP_URL" find="http://" replace="c:" /> -- GitLab