Skip to content

Commit

Permalink
zettlr-nightly: Add version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Jun 19, 2024
1 parent c6b4093 commit abf76aa
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions bucket/zettlr-nightly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"version": "3.2.0",
"description": "Powerful markdown editor (nightly version)",
"homepage": "https://www.zettlr.com",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://nightly.zettlr.com/Zettlr-3.2.0-nightly-x64.exe#/dl.7z",
"hash": "d387171d8d1668c53ef123bf07d25b46f0ef629d8e938bbc1b074247330be72e",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
]
}
},
"shortcuts": [
[
"Zettlr.exe",
"Zettlr"
]
],
"checkver": {
"github": "https://nightly.zettlr.com/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://nightly.zettlr.com/Zettlr-$version-nightly-x64.exe#/dl.7z"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS.txt"
}
}
}

0 comments on commit abf76aa

Please sign in to comment.