From 4e2d3c7e4f09cf1f6afee673b8fe53ed0cda8ff5 Mon Sep 17 00:00:00 2001 From: Alex Bezdieniezhnykh Date: Wed, 30 Apr 2025 00:31:29 +0300 Subject: [PATCH] update publish.cmd --- build/publish.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/publish.cmd b/build/publish.cmd index 1660759..e101edc 100644 --- a/build/publish.cmd +++ b/build/publish.cmd @@ -28,7 +28,7 @@ if exist dist rmdir dist /s /q echo install python and dependencies python -m venv venv 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\python setup.py build_ext --inplace @@ -95,7 +95,7 @@ set DESTINATION=dist\gps-denied\ rd /S /Q %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\onnxruntime\lib\onnxruntime.dll %DESTINATION%