1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00

Правки wf

This commit is contained in:
Anton Titovets 2024-09-20 16:58:00 +03:00
parent 2c96b1310b
commit 65b933d5b0
3 changed files with 7 additions and 8 deletions

View File

@ -63,7 +63,7 @@
СоздатьEDT(Локализация);
СоздатьOSPX(Локализация);
СоздатьEXE(Локализация);
СоздатьПакеты(Локализация);
//СоздатьПакеты(Локализация);
СоздатьУстановщик(Локализация);
КонецЦикла;

View File

@ -3,8 +3,7 @@
#define MyAppPublisher "bayselonarrend"
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
#define MyAppExeName "oint.exe"
#define GDrive "G:"
#define Repo "C:\Repos\OpI"
#define Repo "C:\ProgramData\Jenkins\.jenkins\workspace\Release\"
[Setup]
DisableWelcomePage = no
@ -21,14 +20,14 @@ DefaultDirName = {autopf}\{#MyAppName}
DefaultGroupName = {#MyAppName}
DisableProgramGroupPage = yes
LicenseFile = {#Repo}\LICENSE
OutputDir = "{#GDrive}\Мой диск\Проекты\ОПИ\Релизы\{#MyAppVersion}"
OutputDir = "{#Repo}\{#MyAppVersion}"
Compression = lzma
SolidCompression = yes
WizardStyle = modern
OutputBaseFilename = oint_{#MyAppVersion}_installer_en
[Files]
Source: "{#GDrive}\Мой диск\Проекты\ОПИ\Релизы\{#MyAppVersion}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#Repo}\{#MyAppVersion}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#Repo}\src\ru\cli\start.bat"; DestDir: "{app}"
Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy

View File

@ -4,7 +4,7 @@
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
#define MyAppExeName "oint.exe"
#define GDrive "G:"
#define Repo "C:\Repos\OpI"
#define Repo "C:\ProgramData\Jenkins\.jenkins\workspace\Release"
[Setup]
DisableWelcomePage = no
@ -21,7 +21,7 @@ DefaultDirName = {autopf}\{#MyAppName}
DefaultGroupName = {#MyAppName}
DisableProgramGroupPage = yes
LicenseFile = {#Repo}\LICENSE
OutputDir = "{#GDrive}\Мой диск\Проекты\ОПИ\Релизы\{#MyAppVersion}"
OutputDir = "{#Repo}\{#MyAppVersion}"
Compression = lzma
SolidCompression = yes
WizardStyle = modern
@ -31,7 +31,7 @@ OutputBaseFilename = oint_{#MyAppVersion}_installer_ru
Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
[Files]
Source: "{#GDrive}\Мой диск\Проекты\ОПИ\Релизы\{#MyAppVersion}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#Repo}\{#MyAppVersion}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#Repo}\src\ru\cli\start.bat"; DestDir: "{app}"
Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy