xournalpp-nightly: Add version 20210311 (Closes #5)
* Fix autoupdate and extraction procedure * 1.1.0.dev-nightly.YYYYMMDD -> YYYYMMDD versionmain
parent
a04545a73c
commit
059c449a03
|
@ -1,24 +1,30 @@
|
||||||
{
|
{
|
||||||
"version": "1.1.0.dev-nightly.20210310",
|
"version": "20210311",
|
||||||
"description": "Nightly dev releases of Xournalpp",
|
"description": "Nightly dev releases of Xournalpp",
|
||||||
"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.20210310-windows.zip",
|
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20210311-windows.zip",
|
||||||
"hash": "72b62bf34ecb4b9133a73eceabd681a075f9260b1626498a15535b2234d9aa7a"
|
"hash": "082bf301e5f51648cbed79070b09a46a220a4b638f1e7b9c20d5dcbe79e2052a"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
"Expand-7zipArchive \"$dir\\xournalpp-$version-windows.exe\" -Removal",
|
"Get-ChildItem \"$dir\\*.exe\" | ForEach-Object -Process { Expand-7zipArchive $_ -Removal }"
|
||||||
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
|
|
||||||
],
|
],
|
||||||
"bin": [ [ "xournalpp-1.1.0+dev-nightly.20210310-windows.exe", "xournalpp-nightly" ] ],
|
"bin": "bin\\xournalpp.exe",
|
||||||
"shortcuts": [
|
"shortcuts": [
|
||||||
[
|
[
|
||||||
"xournalpp-1.1.0+dev-nightly.20210310-windows.exe",
|
"bin\\xournalpp.exe",
|
||||||
"Xournal++ Nightly"
|
"Xournal++ Nightly"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"notes": "Latest available dev nightly build. For regular releases use xournalpp from the main extras bucket"
|
"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": "1.1.0.dev-nightly.([\\d.]+)"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.$version-windows.zip"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue