Skip to content

Commit b4316cb

Browse files
authored
xournalpp-nightly: Update to version 1.2.8-20250926, fix autoupdate & installation, add arm64 version (#2451)
1 parent 2740156 commit b4316cb

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

bucket/xournalpp-nightly.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
2-
"version": "1.2.7-20250716",
2+
"version": "1.2.8-20250926",
33
"description": "A handwriting notetaking software with PDF annotation support",
44
"homepage": "https://github.com/xournalpp/xournalpp",
55
"license": "GPL-2.0-or-later",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.2.7+dev-nightly-20250716-windows-portable-x86_64.zip",
9-
"hash": "a6a7534a86971740d6c4d3f115af5a33331bc9493356e92df6c2904b539cdeb1"
8+
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.2.8%2Bdev-nightly-20250926-windows-portable-AMD64.zip",
9+
"hash": "4951df9e4ec30803d10da5c565a53d1ca6165518741a8d7f11f952ee1f293bc7",
10+
"extract_dir": "xournalpp-1.2.8+dev-nightly-20250926-windows-portable-AMD64"
11+
},
12+
"arm64": {
13+
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.2.8%2Bdev-nightly-20250926-windows-portable-ARM64.zip",
14+
"hash": "88a6474bb8f0f191de6d2f8b8964dd6ea42fb481a46270f5bac1dee488cf2548",
15+
"extract_dir": "xournalpp-1.2.8+dev-nightly-20250926-windows-portable-ARM64"
1016
}
1117
},
12-
"pre_install": [
13-
"Get-ChildItem \"$dir\\*.exe\" | ForEach-Object -Process { Expand-7zipArchive $_ -Removal }",
14-
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
15-
],
1618
"bin": "bin\\xournalpp.exe",
1719
"shortcuts": [
1820
[
@@ -28,7 +30,12 @@
2830
"autoupdate": {
2931
"architecture": {
3032
"64bit": {
31-
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-$matchMain+dev-nightly-$matchDate-windows-portable-x86_64.zip"
33+
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-$matchMain%2Bdev-nightly-$matchDate-windows-portable-AMD64.zip",
34+
"extract_dir": "xournalpp-$matchMain+dev-nightly-$matchDate-windows-portable-AMD64"
35+
},
36+
"arm64": {
37+
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-$matchMain%2Bdev-nightly-$matchDate-windows-portable-ARM64.zip",
38+
"extract_dir": "xournalpp-$matchMain+dev-nightly-$matchDate-windows-portable-ARM64"
3239
}
3340
}
3441
}

0 commit comments

Comments
 (0)