deltachat.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "version": "1.46.8",
  3. "description": "Email-based secure instant messaging",
  4. "homepage": "https://delta.chat/en/",
  5. "license": "GPL-3.0-or-later",
  6. "architecture": {
  7. "32bit": {
  8. "url": "https://download.delta.chat/desktop/v1.46.8/DeltaChat%201.46.8.exe#/dl.7z",
  9. "hash": "c213eabda2baaaeff923a5f1b40c866703a5da79dc54da73d00842d340309d77",
  10. "installer": {
  11. "script": [
  12. "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
  13. "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse"
  14. ]
  15. }
  16. },
  17. "64bit": {
  18. "url": "https://download.delta.chat/desktop/v1.46.8/DeltaChat%201.46.8.exe#/dl.7z",
  19. "hash": "c213eabda2baaaeff923a5f1b40c866703a5da79dc54da73d00842d340309d77",
  20. "installer": {
  21. "script": [
  22. "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
  23. "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse"
  24. ]
  25. }
  26. }
  27. },
  28. "shortcuts": [
  29. [
  30. "DeltaChat.exe",
  31. "DeltaChat"
  32. ]
  33. ],
  34. "checkver": {
  35. "url": "https://delta.chat/en/download",
  36. "regex": "desktop/v([\\d.]+)"
  37. },
  38. "autoupdate": {
  39. "architecture": {
  40. "32bit": {
  41. "url": "https://download.delta.chat/desktop/v$version/DeltaChat%20$version.exe#/dl.7z"
  42. },
  43. "64bit": {
  44. "url": "https://download.delta.chat/desktop/v$version/DeltaChat%20$version.exe#/dl.7z"
  45. }
  46. }
  47. }
  48. }