Skip to content

Commit 200b5f4

Browse files
committed
Build - ensure copy operations are done from the correct dir on Windows
1 parent 4fd1e5b commit 200b5f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/win-prebuild.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ REM Copy prebuilt native files to server
3232
@echo Copying aubio to the server...
3333
copy external\build\aubio-prefix\src\aubio-build\Release\aubio_onset.exe server\native\
3434

35+
cd %~dp0
36+
3537
@echo Copying all other native files to server...
3638
xcopy /Y /I /R /E ..\prebuilt\windows\x64\*.* server\native
3739

0 commit comments

Comments
 (0)