Kaynağa Gözat

First Delta Chat implementation, version 1.3.4

Miroslav Abrahám 5 yıl önce
ebeveyn
işleme
4e16b6e3f9
1 değiştirilmiş dosya ile 22 ekleme ve 0 silme
  1. 22 0
      bucket/deltachat.json

+ 22 - 0
bucket/deltachat.json

@@ -0,0 +1,22 @@
+{
+    "version": "1.3.4",
+    "description": "Delta Chat is a chat app that sends messages via e-mails, encrypted if possible, with Autocrypt.",
+    "license": "GPL-3.0-or-later",
+    "homepage": "https://delta.chat/en/",
+    "hash": "sha512:130f8537bec491f24bb2ddc5dd3161a5241fdaeef75ca51da4699930a1dc0b5ce053542a3501ca797436f085d413997f24c44ba53807a6e65fd98144c6e2ee43",
+    "url": "https://download.delta.chat/desktop/v1.3.4/DeltaChat%201.3.4.exe",
+    "bin": [["DeltaChat%201.3.4.exe", "deltachat"]],
+    "shortcuts": [
+      [
+        "DeltaChat%201.3.4.exe",
+        "Delta Chat"
+      ]
+    ],
+    "persist": [
+        ["DeltaChatData", "data"]
+    ],
+    "checkver": "github",
+    "autoupdate": {
+        "url": "https://download.delta.chat/desktop/v$version/DeltaChat%20$version.exe"
+    }
+}