mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:56:31 +00:00
make installer and upload it to cdn as part of the publish process
remove login pass
This commit is contained in:
+4
-3
@@ -47,10 +47,11 @@ move dist\start.exe ..\dist\azaion-inference.exe
|
||||
copy config.yaml ..\dist
|
||||
|
||||
echo Download onnx model
|
||||
cd ..\build
|
||||
call onnx_downloader.exe
|
||||
call cdn_manager.exe download models azaion.onnx.big
|
||||
move azaion.onnx.big ..\dist\
|
||||
cd ..
|
||||
|
||||
echo Copy ico
|
||||
copy logo.ico dist\
|
||||
copy logo.ico dist\
|
||||
iscc build\installer.iss
|
||||
call cdn_manager.exe upload suite AzaionSuiteInstaller.exe
|
||||
Reference in New Issue
Block a user