forked from Segate-ekb/code_editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackagedef
More file actions
20 lines (18 loc) · 894 Bytes
/
packagedef
File metadata and controls
20 lines (18 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
////////////////////////////////////////////////////////////
// Описание пакета для сборки и установки
// Полную документацию см. на hub.oscript.io/packaging
//
Описание.Имя("code_editor")
.Версия("1.1.0")
.Автор("Иванов Егор")
.АдресАвтора("https://github.com/Segate-ekb")
.Описание("Подсистема интеграции")
.ВерсияСреды("1.8.3")
.ВключитьФайл("src")
.ВключитьФайл("packagedef")
.ВключитьФайл("lib.config")
.ВключитьФайл("README.md")
.ВключитьФайл("package-loader.os")
.РазработкаЗависитОт("vanessa-runner")
.РазработкаЗависитОт("precommit4onec")
;