mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:06:35 +00:00
update deploy scripts
This commit is contained in:
+16
-2
@@ -79,8 +79,22 @@ copy %cudnn-folder%\* dist\*
|
||||
@REM don't need
|
||||
del dist\cudnn_adv64_9.dll
|
||||
|
||||
cd Azaion.Suite
|
||||
call gps-denied-deploy ..\dist\gps-denied
|
||||
|
||||
set DESTINATION=dist\gps-denied
|
||||
|
||||
rd /S /Q %DESTINATION%\
|
||||
|
||||
copy ..\gps-denied\image-matcher\build\Desktop_Qt_6_9_0_MSVC2022_64bit-Release\release\image-matcher.exe %DESTINATION%
|
||||
|
||||
copy ..\gps-denied\.libs\libzmq\build\dist\bin\libzmq-v143-mt-4_3_6.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\onnxruntime\lib\onnxruntime.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\onnxruntime\lib\onnxruntime_providers_cuda.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\onnxruntime\lib\onnxruntime_providers_shared.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\opencv\build\dist\bin\opencv_world480.dll %DESTINATION%
|
||||
copy C:\Qt\6.9.0\msvc2022_64\bin\Qt6Core.dll %DESTINATION%
|
||||
|
||||
mkdir %DESTINATION%\models
|
||||
copy ..\gps-denied-work\models\* %DESTINATION%\models
|
||||
|
||||
@REM echo building installer...
|
||||
@REM iscc build\installer.iss
|
||||
|
||||
Reference in New Issue
Block a user