mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:46:30 +00:00
correct app close
fix publishing
This commit is contained in:
+9
-2
@@ -45,13 +45,20 @@ pyinstaller --onefile ^
|
||||
start.py
|
||||
move dist\start.exe ..\dist\azaion-inference.exe
|
||||
copy config.yaml ..\dist
|
||||
cd..
|
||||
|
||||
echo Download onnx model
|
||||
cd build
|
||||
call cdn_manager.exe download models azaion.onnx.big
|
||||
move azaion.onnx.big ..\dist\
|
||||
cd ..
|
||||
cd..
|
||||
|
||||
echo Copy ico
|
||||
copy logo.ico dist\
|
||||
|
||||
echo building installer...
|
||||
iscc build\installer.iss
|
||||
call cdn_manager.exe upload suite AzaionSuiteInstaller.exe
|
||||
cd build\
|
||||
|
||||
echo uploading installer...
|
||||
call .\cdn_manager.exe upload suite AzaionSuiteInstaller.exe ..\AzaionSuiteInstaller.exe
|
||||
Reference in New Issue
Block a user