Добавлена сборка в пакет для Debian дистрибутива

This commit is contained in:
Alexander Zhirov 2025-05-30 03:07:33 +03:00
parent a74579d709
commit 2ad04b4603
Signed by: alexander
GPG key ID: C8D8BE544A27C511
15 changed files with 610 additions and 0 deletions

13
patches/config.patch Normal file
View file

@ -0,0 +1,13 @@
diff --git a/source/app.d b/source/app.d
index a79b3f8..2872378 100644
--- a/source/app.d
+++ b/source/app.d
@@ -148,7 +148,7 @@ int main(string[] args)
)
.parse(args);
- string configFile = argumets.option("config", "snag.json");
+ string configFile = argumets.option("config", "/etc/snag/snag.json");
SnagConfig config;