fix publish script

This commit is contained in:
Alex Bezdieniezhnykh
2025-04-24 22:07:34 +03:00
parent 4ae25ceecf
commit 5ff4ee58b9
4 changed files with 6 additions and 10 deletions
+3 -5
View File
@@ -75,8 +75,7 @@ cd..
echo Download onnx model
cd build
call cdn_manager.exe download models
move azaion.* ..\dist\
move models ..\dist\
cd..
echo Copy ico
@@ -88,7 +87,6 @@ copy %cudnn-folder%\* dist\*
@REM don't need
del dist\cudnn_adv64_9.dll
set DESTINATION=dist\gps-denied\
rd /S /Q %DESTINATION%
@@ -105,5 +103,5 @@ 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
echo building installer...
iscc build\installer.iss