From 5e7a231b1a928ca7c1adb711600a6b133e4a2df1 Mon Sep 17 00:00:00 2001 From: Sam Aaron Date: Mon, 15 Jun 2020 19:44:22 +0100 Subject: [PATCH] Build - attempt to avoid File or Directory prompt on Windows hopefully copy doesn't require a user prompt which seems to be the case for xcopy --- app/gui/qt/win-prebuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/qt/win-prebuild.bat b/app/gui/qt/win-prebuild.bat index 63d8a69b6b..4473dceda2 100644 --- a/app/gui/qt/win-prebuild.bat +++ b/app/gui/qt/win-prebuild.bat @@ -34,5 +34,5 @@ cd ..\..\server\erlang\sonic_pi_server ..\..\native\erlang\bin\erl.exe -make cd %~dp0 cd ..\..\server\erlang\sonic_pi_server -xcopy /Y /R src\sonic_pi_server.app.src ebin\sonic_pi_server.app +copy /Y /R src\sonic_pi_server.app.src ebin\sonic_pi_server.app cd %~dp0