You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-15 20:13:31 +02:00
Правки wf
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
СоздатьEDT(Локализация);
|
СоздатьEDT(Локализация);
|
||||||
СоздатьOSPX(Локализация);
|
СоздатьOSPX(Локализация);
|
||||||
СоздатьEXE(Локализация);
|
СоздатьEXE(Локализация);
|
||||||
СоздатьПакеты(Локализация);
|
//СоздатьПакеты(Локализация);
|
||||||
СоздатьУстановщик(Локализация);
|
СоздатьУстановщик(Локализация);
|
||||||
|
|
||||||
КонецЦикла;
|
КонецЦикла;
|
||||||
|
@@ -3,8 +3,7 @@
|
|||||||
#define MyAppPublisher "bayselonarrend"
|
#define MyAppPublisher "bayselonarrend"
|
||||||
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
|
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
|
||||||
#define MyAppExeName "oint.exe"
|
#define MyAppExeName "oint.exe"
|
||||||
#define GDrive "G:"
|
#define Repo "C:\ProgramData\Jenkins\.jenkins\workspace\Release\"
|
||||||
#define Repo "C:\Repos\OpI"
|
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
DisableWelcomePage = no
|
DisableWelcomePage = no
|
||||||
@@ -21,14 +20,14 @@ DefaultDirName = {autopf}\{#MyAppName}
|
|||||||
DefaultGroupName = {#MyAppName}
|
DefaultGroupName = {#MyAppName}
|
||||||
DisableProgramGroupPage = yes
|
DisableProgramGroupPage = yes
|
||||||
LicenseFile = {#Repo}\LICENSE
|
LicenseFile = {#Repo}\LICENSE
|
||||||
OutputDir = "{#GDrive}\Мой диск\Проекты\ОПИ\Релизы\{#MyAppVersion}"
|
OutputDir = "{#Repo}\{#MyAppVersion}"
|
||||||
Compression = lzma
|
Compression = lzma
|
||||||
SolidCompression = yes
|
SolidCompression = yes
|
||||||
WizardStyle = modern
|
WizardStyle = modern
|
||||||
OutputBaseFilename = oint_{#MyAppVersion}_installer_en
|
OutputBaseFilename = oint_{#MyAppVersion}_installer_en
|
||||||
|
|
||||||
[Files]
|
[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}\src\ru\cli\start.bat"; DestDir: "{app}"
|
||||||
Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy
|
Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
|
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
|
||||||
#define MyAppExeName "oint.exe"
|
#define MyAppExeName "oint.exe"
|
||||||
#define GDrive "G:"
|
#define GDrive "G:"
|
||||||
#define Repo "C:\Repos\OpI"
|
#define Repo "C:\ProgramData\Jenkins\.jenkins\workspace\Release"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
DisableWelcomePage = no
|
DisableWelcomePage = no
|
||||||
@@ -21,7 +21,7 @@ DefaultDirName = {autopf}\{#MyAppName}
|
|||||||
DefaultGroupName = {#MyAppName}
|
DefaultGroupName = {#MyAppName}
|
||||||
DisableProgramGroupPage = yes
|
DisableProgramGroupPage = yes
|
||||||
LicenseFile = {#Repo}\LICENSE
|
LicenseFile = {#Repo}\LICENSE
|
||||||
OutputDir = "{#GDrive}\Мой диск\Проекты\ОПИ\Релизы\{#MyAppVersion}"
|
OutputDir = "{#Repo}\{#MyAppVersion}"
|
||||||
Compression = lzma
|
Compression = lzma
|
||||||
SolidCompression = yes
|
SolidCompression = yes
|
||||||
WizardStyle = modern
|
WizardStyle = modern
|
||||||
@@ -31,7 +31,7 @@ OutputBaseFilename = oint_{#MyAppVersion}_installer_ru
|
|||||||
Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
|
Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
|
||||||
|
|
||||||
[Files]
|
[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}\src\ru\cli\start.bat"; DestDir: "{app}"
|
||||||
Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy
|
Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user