mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-27 02:43:54 +02:00
Правки wf
This commit is contained in:
parent
2c96b1310b
commit
65b933d5b0
@ -63,7 +63,7 @@
|
||||
СоздатьEDT(Локализация);
|
||||
СоздатьOSPX(Локализация);
|
||||
СоздатьEXE(Локализация);
|
||||
СоздатьПакеты(Локализация);
|
||||
//СоздатьПакеты(Локализация);
|
||||
СоздатьУстановщик(Локализация);
|
||||
|
||||
КонецЦикла;
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user