1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-26 05:37:27 +02:00

Update releasemaker.os

This commit is contained in:
Anton Titovets 2024-09-20 15:52:53 +03:00
parent 52afe9da50
commit 97a3f1bcc2

View File

@ -215,11 +215,12 @@
+ " --description ""OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки"""
+ " --url ""https://openintegrations.dev/"""
+ " --maintainer ""Anton Titovets <bayselonarrend@gmail.com>"""
+ " " + Версия + "/oint=/usr/bin/oint";
+ " oint=/usr/bin/oint";
MakeSh = ПутьВыгрузки + "make.sh";
ДокументSh = Новый ТекстовыйДокумент();
ДокументSh.ДобавитьСтроку("cd " + Версия);
ДокументSh.ДобавитьСтроку("fpm -t deb " + ТекстSh);
ДокументSh.ДобавитьСтроку("fpm -t rpm " + ТекстSh);