correct app close

fix publishing
This commit is contained in:
Alex Bezdieniezhnykh
2025-03-03 19:37:07 +02:00
parent f108cca5f5
commit a493606f64
6 changed files with 43 additions and 21 deletions
+9 -2
View File
@@ -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