fix inno scripts

This commit is contained in:
Alex Bezdieniezhnykh
2025-07-03 13:09:11 +03:00
parent eac6460645
commit a68156a4d5
2 changed files with 4 additions and 20 deletions
+2 -8
View File
@@ -1,7 +1,7 @@
#define MyAppVersion GetFileVersion("..\dist-azaion\Azaion.Suite.exe")
#ifndef MY_BUILD_ENV
#define MY_BUILD_ENV "Stage" ; За замовчуванням Stage, якщо не вказано
#define MY_BUILD_ENV "Stage" ; Stage by default
#endif
[Setup]
@@ -13,13 +13,7 @@ AppPublisher=Azaion LLC
DefaultDirName={localappdata}\Azaion\Azaion Suite
DefaultGroupName=Azaion Suite
OutputDir=..\
#if MY_BUILD_ENV == "Prod"
OutputBaseFilename=AzaionSuite.Full.Prod.{#MyAppVersion}
#else
OutputBaseFilename=AzaionSuite.Full.Stage.{#MyAppVersion} ; За замовчуванням Stage
#endif
OutputBaseFilename=AzaionSuite.Iterative.{#MY_BUILD_ENV}.{#MyAppVersion}
SetupIconFile=..\dist-azaion\logo.ico
UninstallDisplayName=Azaion Suite
UninstallDisplayIcon={app}\Azaion.Suite.exe