29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "20210402",
|
|
"description": "Nightly dev releases of Xournalpp",
|
|
"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.20210402-windows.zip",
|
|
"hash": "28a7a2eecb3833e8526ae7f84a7be7653ca822c694983f2113249401a63f033c"
|
|
}
|
|
},
|
|
"pre_install": "Get-ChildItem \"$dir\\*.exe\" | ForEach-Object -Process { Expand-7zipArchive $_ -Removal }",
|
|
"bin": "bin\\xournalpp.exe",
|
|
"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": "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"
|
|
}
|
|
}
|