mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:26:31 +00:00
fix publish script
This commit is contained in:
+3
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user