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

main
earnest ma 2020-12-30 21:51:50 -05:00
parent 7879bf22fc
commit e5b1a5c12f
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.20201229", "version": "1.1.0.dev-nightly.20201231",
"description": "Nightly dev releases of xournalpp, a handwriting notetaking software with PDF annotation support", "description": "Nightly dev releases of xournalpp, a handwriting notetaking software with PDF annotation support",
"homepage": "https://github.com/xournalpp/xournalpp", "homepage": "https://github.com/xournalpp/xournalpp",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20201229-windows.zip", "url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20201231-windows.zip",
"hash": "e91c7e8fb637e924e481dc3eaf2705e7cb6c49883efb74935161ec043e177c3c" "hash": "953689786d2795955a05b886596e03fa00bec35f013ebd043bd7a3c180e3d35f"
} }
}, },
"pre_install": [ "pre_install": [
"Expand-7zipArchive \"$dir\\xournalpp-$version-windows.exe\" -Removal", "Expand-7zipArchive \"$dir\\xournalpp-$version-windows.exe\" -Removal",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse" "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
], ],
"bin": [ [ "xournalpp-1.1.0+dev-nightly.20201229-windows.exe", "xournalpp-nightly" ] ], "bin": [ [ "xournalpp-1.1.0+dev-nightly.20201231-windows.exe", "xournalpp-nightly" ] ],
"shortcuts": [ "shortcuts": [
[ [
"xournalpp-1.1.0+dev-nightly.20201229-windows.exe", "xournalpp-1.1.0+dev-nightly.20201231-windows.exe",
"Xournal++ Nightly" "Xournal++ Nightly"
] ]
], ],