xournalpp-nightly: Add version 1.1.0.dev-nightly.20201130

WIP: Autoupdate, checkver
main
earnest ma 2020-11-30 11:55:18 -05:00
parent 20eceae5c1
commit 9a3ce7f621
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
2 changed files with 36 additions and 0 deletions

View File

@ -34,6 +34,7 @@
| [hledger](https://hledger.org/) *hledger* | GPL-3.0 | |
| [ledger](https://www.ledger-cli.org/) ([Binaries](https://github.com/FullofQuarks/Windows-Ledger-Binaries)) *ledger* | BSD-3-Clause | |
| [ledgerble](https://github.com/sbridges/ledgerble) *ledgerble* | Apache-2.0 | |
| [Xournal++ (Nightly Dev Releases)] *xournalpp-nightly** | GPL-2.0-or-later | |
| [yadm](https://github.com/TheLocehiliosan/yadm) *yadm* | GPL-3.0 | |
# Contribute

View File

@ -0,0 +1,35 @@
{
"version": "1.1.0.dev-nightly.20201130",
"description": "Nightly dev releases of xournalpp, a handwriting notetaking software with PDF annotation support",
"homepage": "https://github.com/xournalpp/xournalpp",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20201130-windows.zip",
"hash": "89dc285b8a77182a2c372188028a81c961eb778bf17b452f40974c2d189262a6"
}
},
"pre_install": [
"Expand-7zipArchive \"$dir\\xournalpp-$version-windows.exe\" -Removal",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
],
"bin": [ [ "bin\\xournalpp.exe", "xournalpp-nightly" ] ],
"shortcuts": [
[
"bin\\xournalpp.exe",
"Xournal++ Nightly"
]
],
"notes": "Latest available dev nightly build. For regular releases use xournalpp from the main extras bucket",
"checkver": {
"url": "https://github.com/xournalpp/xournalpp/releases/tag/nightly",
"regex": "v\\d\\.\\d.\\d\\.dev-nightly\\.\\d\\d\\d\\d\\d\\d\\d\\d-windows\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-$version-windows.zip"
}
}
}
}