1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
This commit is contained in:
Anton Titovets
2025-10-21 12:44:45 +03:00
parent 0728c7ec94
commit d9ca763576
3 changed files with 8 additions and 1 deletions

5
ci/os/main.os vendored
View File

@@ -136,7 +136,7 @@
Сообщить("Обновление хеш-суммы сборки");
ОбновитьХэшСумму();
Сообщить("Обработка завершена!");
КонецПроцедуры
@@ -255,6 +255,9 @@
КонецЕсли;
ПутьМодуляХеша = Файл.ПолноеИмя;
ПутьМодуляХеша = СтрЗаменить(ПутьМодуляХеша, "\", "/");
ПутьМодуляХеша = ?(Файл.ЭтоКаталог(), ПутьМодуляХеша + "/Module.bsl", ПутьМодуляХеша);
МодульИнструментов = Новый ТекстовыйДокумент();
МодульИнструментов.Прочитать(ПутьМодуляХеша);

View File

@@ -40,6 +40,8 @@
//@skip-check wrong-string-literal-content
//@skip-check use-non-recommended-method
#Use "./internal"
#Region Internal
#Region WebMethods

View File

@@ -40,6 +40,8 @@
//@skip-check wrong-string-literal-content
//@skip-check use-non-recommended-method
#Использовать "./internal"
#Область СлужебныйПрограммныйИнтерфейс
#Область РаботаССетью