mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:06:30 +00:00
added env vars for stage/prod and updated gdrive upload for production (separate folder).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user