Skip to content

Commit

Permalink
Build - attempt to avoid File or Directory prompt on Windows
Browse files Browse the repository at this point in the history
hopefully copy doesn't require a user prompt which seems to be the case for xcopy
  • Loading branch information
samaaron committed Jun 15, 2020
1 parent 351cccf commit 5e7a231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gui/qt/win-prebuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5e7a231

Please sign in to comment.