Skip to content

Commit cb36240

Browse files
committed
Build - reset current directory prior to copying binary assets
1 parent f540d08 commit cb36240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/win-prebuild.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ REM Build external delendencies and copy to build tree
2828
@echo Building external binary dependencies...
2929
call external/win_x64_build_externals.bat
3030

31+
cd %~dp0
32+
3133
REM Copy prebuilt native files to server
3234
@echo Copying aubio to the server...
3335
copy external\build\aubio-prefix\src\aubio-build\Release\aubio_onset.exe server\native\
3436

35-
cd %~dp0
36-
3737
@echo Copying all other native files to server...
3838
xcopy /Y /I /R /E ..\prebuilt\windows\x64\*.* server\native
3939

0 commit comments

Comments
 (0)