mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:56:31 +00:00
fix build script
This commit is contained in:
+3
-1
@@ -42,8 +42,10 @@ xcopy /E C:\\share\* dist\
|
||||
|
||||
set DESTINATION=dist\gps-denied\
|
||||
|
||||
rd /S /Q %DESTINATION%
|
||||
if exist %DESTINATION% rmdir /S /Q %DESTINATION%
|
||||
mkdir %DESTINATION%
|
||||
|
||||
echo copy gps denied files
|
||||
copy ..\gps-denied\image-matcher\release\image-matcher.exe %DESTINATION%
|
||||
|
||||
copy ..\gps-denied\.libs\libzmq\build\dist\bin\libzmq-v143-mt-4_3_6.dll %DESTINATION%
|
||||
|
||||
Reference in New Issue
Block a user