update publish.cmd

This commit is contained in:
Alex Bezdieniezhnykh
2025-04-30 00:31:29 +03:00
parent 4d1f72f6f9
commit 4e2d3c7e4f
+2 -2
View File
@@ -28,7 +28,7 @@ if exist dist rmdir dist /s /q
echo install python and dependencies echo install python and dependencies
python -m venv venv python -m venv venv
venv\Scripts\pip install -r requirements.txt venv\Scripts\pip install -r requirements.txt
venv\Scripts\pip uninstall opencv-python venv\Scripts\pip uninstall -y opencv-python
venv\Scripts\pip install opencv-python venv\Scripts\pip install opencv-python
venv\Scripts\python setup.py build_ext --inplace venv\Scripts\python setup.py build_ext --inplace
@@ -95,7 +95,7 @@ set DESTINATION=dist\gps-denied\
rd /S /Q %DESTINATION% rd /S /Q %DESTINATION%
mkdir %DESTINATION% mkdir %DESTINATION%
copy ..\gps-denied\image-matcher\build\release\image-matcher.exe %DESTINATION% 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% 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.dll %DESTINATION%