add list files for autoupdate feature

put new Versioning
fix bugs
This commit is contained in:
Alex Bezdieniezhnykh
2025-06-10 23:38:37 +03:00
parent dcd0fabc1f
commit f9815a0a3f
26 changed files with 204 additions and 127 deletions
+2
View File
@@ -10,6 +10,8 @@ if exist dist-dlls rmdir dist-dlls /s /q
mkdir dist-dlls
if exist dist-azaion rmdir dist-azaion /s /q
mkdir dist-azaion
if exist dist rmdir dist /s /q
mkdir dist
echo Copying shared libs
+6 -3
View File
@@ -1,12 +1,15 @@
#define MyAppVersion GetFileVersion("..\dist-azaion\Azaion.Suite.exe")
[Setup]
AppId={{CCFEC8E2-0FCC-4B03-8EEA-00AF20D265E5}}
AppName=Azaion Suite
AppVersion=1.5.0
AppPublisher=Azaion Ukraine
AppVersion={#MyAppVersion}
VersionInfoVersion={#MyAppVersion}
AppPublisher=Azaion LLC
DefaultDirName={localappdata}\Azaion\Azaion Suite
DefaultGroupName=Azaion Suite
OutputDir=..\
OutputBaseFilename=AzaionSuite.Iterative.1.5.0
OutputBaseFilename=AzaionSuite.Iterative.{#MyAppVersion}
SetupIconFile=..\dist-azaion\logo.ico
UninstallDisplayName=Azaion Suite
UninstallDisplayIcon={app}\Azaion.Suite.exe
+4 -1
View File
@@ -1,10 +1,13 @@
@echo off
rem
@echo off
pushd %~dp0..
call build\init
call build\build_dotnet
call Azaion.Loader\build_loader
call Azaion.Inference\build_inference
call ..\gps-denied\image-matcher\build_gps