mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:26:30 +00:00
add list files for autoupdate feature
put new Versioning fix bugs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user