You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
Удаление файлов движка из репы
This commit is contained in:
Vendored
+3
-1
@@ -7,6 +7,7 @@
|
||||
Перем ПутьВыгрузки;
|
||||
Перем Кугвин;
|
||||
Перем Оскрипт;
|
||||
Перем ПутьДвижка;
|
||||
|
||||
|
||||
Процедура НачалоРаботы()
|
||||
@@ -20,6 +21,7 @@
|
||||
Сервер = "AIONIOTISCORE:1742";
|
||||
Кугвин = "C:\cygwin64\bin\";
|
||||
ОСкрипт = "C:\Program Files\OneScript\";
|
||||
ПутьДвижка = "/cygdrive/c/engine/linux/";
|
||||
|
||||
ПутьКРепозиторию = "C:\ProgramData\Jenkins\.jenkins\workspace\Release";
|
||||
//ПутьКРепозиторию = "C:\Repos\OPI";
|
||||
@@ -240,7 +242,7 @@
|
||||
+ " --url ""https://openintegrations.dev/"""
|
||||
+ " --maintainer ""Anton Titovets <bayselonarrend@gmail.com>"""
|
||||
+ " --verbose"
|
||||
+ " ../ci/installer_set/=/usr ../service/engine/linux/=/usr/share/oint/bin";
|
||||
+ " ../ci/installer_set/=/usr " + ПутьДвижка + "=/usr/share/oint/bin";
|
||||
|
||||
СоответствиеПакетов = Новый Соответствие();
|
||||
СоответствиеПакетов.Вставить("deb", "oint_" + Версия + "_all_" + Данные["Префикс"] + ".deb");
|
||||
|
||||
Vendored
+2
-1
@@ -4,6 +4,7 @@
|
||||
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
|
||||
#define MyAppExeName "oint.bat"
|
||||
#define Repo "C:\ProgramData\Jenkins\.jenkins\workspace\Release"
|
||||
#define Engine "C:\engine"
|
||||
|
||||
[Setup]
|
||||
DisableWelcomePage = no
|
||||
@@ -28,7 +29,7 @@ OutputBaseFilename = oint_{#MyAppVersion}_installer_en
|
||||
|
||||
[Files]
|
||||
Source: "{#Repo}\ci\installer_set\*"; DestDir: "{app}"; Flags: recursesubdirs
|
||||
Source: "{#Repo}\service\engine\windows\*"; DestDir: "{app}\share\oint\bin"; Flags: recursesubdirs
|
||||
Source: "{#Engine}\windows\*"; DestDir: "{app}\share\oint\bin"; Flags: recursesubdirs
|
||||
Source: "{#Repo}\src\ru\cli\start.bat"; DestDir: "{app}"
|
||||
Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy
|
||||
Source: "{#Repo}\Media\icons\ex.ico"; DestDir: "{app}\share\oint\icons"
|
||||
|
||||
Vendored
+2
-1
@@ -4,6 +4,7 @@
|
||||
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
|
||||
#define MyAppExeName "oint.bat"
|
||||
#define Repo "C:\ProgramData\Jenkins\.jenkins\workspace\Release"
|
||||
#define Engine "C:\engine"
|
||||
|
||||
[Setup]
|
||||
DisableWelcomePage = no
|
||||
@@ -31,7 +32,7 @@ Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
|
||||
|
||||
[Files]
|
||||
Source: "{#Repo}\ci\installer_set\*"; DestDir: "{app}"; Flags: recursesubdirs
|
||||
Source: "{#Repo}\service\engine\windows\*"; DestDir: "{app}\share\oint\bin"; Flags: recursesubdirs
|
||||
Source: "{#Engine}\windows\*"; DestDir: "{app}\share\oint\bin"; Flags: recursesubdirs
|
||||
Source: "{#Repo}\src\ru\cli\start.bat"; DestDir: "{app}"
|
||||
Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy
|
||||
Source: "{#Repo}\Media\icons\ex.ico"; DestDir: "{app}\share\oint\icons"
|
||||
|
||||
Vendored
+2
@@ -13,6 +13,8 @@
|
||||
"testValuesSrc": "./docs/ru/data/",
|
||||
"testsModule": "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os",
|
||||
"testsCheckFile": "./service/tests_set.json",
|
||||
"engineLinux": "C:/engine/linux",
|
||||
"engineWindows": "C:/engine/windows",
|
||||
"additionalLangs": [
|
||||
"en"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user