added env vars for stage/prod and updated gdrive upload for production (separate folder).

This commit is contained in:
Denys Zaitsev
2025-07-03 12:49:24 +03:00
parent bb6413c4f0
commit eac6460645
4 changed files with 84 additions and 40 deletions
+11 -1
View File
@@ -1,5 +1,9 @@
#define MyAppVersion GetFileVersion("..\dist-azaion\Azaion.Suite.exe")
#ifndef MY_BUILD_ENV
#define MY_BUILD_ENV "Stage" ; За замовчуванням Stage, якщо не вказано
#endif
[Setup]
AppId={{CCFEC8E2-0FCC-4B03-8EEA-00AF20D265E5}}
AppName=Azaion Suite
@@ -9,7 +13,13 @@ AppPublisher=Azaion LLC
DefaultDirName={localappdata}\Azaion\Azaion Suite
DefaultGroupName=Azaion Suite
OutputDir=..\
OutputBaseFilename=AzaionSuite.Full.{#MyAppVersion}
#if MY_BUILD_ENV == "Prod"
OutputBaseFilename=AzaionSuite.Full.Prod.{#MyAppVersion}
#else
OutputBaseFilename=AzaionSuite.Full.Stage.{#MyAppVersion} ; За замовчуванням Stage
#endif
SetupIconFile=..\dist-azaion\logo.ico
UninstallDisplayName=Azaion Suite
UninstallDisplayIcon={app}\Azaion.Suite.exe