xournalpp-nightly: Update to version 1.1.0.dev-nightly.20210130

main
earnest ma 2021-01-29 20:37:40 -05:00
parent baba1a8896
commit aabbfe3ad9
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 5 additions and 5 deletions

View File

@ -1,22 +1,22 @@
{
"version": "1.1.0.dev-nightly.20210128",
"version": "1.1.0.dev-nightly.20210130",
"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.20210128-windows.zip",
"hash": "a8b037a53e7d00707539060b75a859c188e1ce4970bdac0c505572b2b6df176b"
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20210130-windows.zip",
"hash": "fea9af8e6ec77c198158dd4145b203fc17ca41f0c142776fd4844973febcf8ab"
}
},
"pre_install": [
"Expand-7zipArchive \"$dir\\xournalpp-$version-windows.exe\" -Removal",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
],
"bin": [ [ "xournalpp-1.1.0+dev-nightly.20210128-windows.exe", "xournalpp-nightly" ] ],
"bin": [ [ "xournalpp-1.1.0+dev-nightly.20210130-windows.exe", "xournalpp-nightly" ] ],
"shortcuts": [
[
"xournalpp-1.1.0+dev-nightly.20210128-windows.exe",
"xournalpp-1.1.0+dev-nightly.20210130-windows.exe",
"Xournal++ Nightly"
]
],