Forráskód Böngészése

Initial commit of DeltaChat (the official scoop version does not unpack properly)

Miroslav Abrahám 1 éve
szülő
commit
a094849f06
1 módosított fájl, 48 hozzáadás és 0 törlés
  1. 48 0
      bucket/deltachat.json

+ 48 - 0
bucket/deltachat.json

@@ -0,0 +1,48 @@
+{
+    "version": "1.46.8",
+    "description": "Email-based secure instant messaging",
+    "homepage": "https://delta.chat/en/",
+    "license": "GPL-3.0-or-later",
+    "architecture": {
+        "32bit": {
+            "url": "https://download.delta.chat/desktop/v1.46.8/DeltaChat%201.46.8.exe#/dl.7z",
+            "hash": "c213eabda2baaaeff923a5f1b40c866703a5da79dc54da73d00842d340309d77",
+            "installer": {
+                "script": [
+                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
+                    "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse"
+                ]
+            }
+        },   
+        "64bit": {
+            "url": "https://download.delta.chat/desktop/v1.46.8/DeltaChat%201.46.8.exe#/dl.7z",
+            "hash": "c213eabda2baaaeff923a5f1b40c866703a5da79dc54da73d00842d340309d77",
+            "installer": {
+                "script": [
+                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
+                    "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse"
+                ]
+            }
+        }
+    },
+    "shortcuts": [
+        [
+            "DeltaChat.exe",
+            "DeltaChat"
+        ]
+    ],
+    "checkver": {
+        "url": "https://delta.chat/en/download",
+        "regex": "desktop/v([\\d.]+)"
+    },
+    "autoupdate": {
+        "architecture": {
+            "32bit": {
+                "url": "https://download.delta.chat/desktop/v$version/DeltaChat%20$version.exe#/dl.7z"
+            },
+            "64bit": {
+                "url": "https://download.delta.chat/desktop/v$version/DeltaChat%20$version.exe#/dl.7z"
+            }
+        }
+    }
+}