|
1 | 1 | {
|
2 |
| - "version": "1.2.7-20250716", |
| 2 | + "version": "1.2.8-20250926", |
3 | 3 | "description": "A handwriting notetaking software with PDF annotation support",
|
4 | 4 | "homepage": "https://github.com/xournalpp/xournalpp",
|
5 | 5 | "license": "GPL-2.0-or-later",
|
6 | 6 | "architecture": {
|
7 | 7 | "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" |
10 | 16 | }
|
11 | 17 | },
|
12 |
| - "pre_install": [ |
13 |
| - "Get-ChildItem \"$dir\\*.exe\" | ForEach-Object -Process { Expand-7zipArchive $_ -Removal }", |
14 |
| - "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse" |
15 |
| - ], |
16 | 18 | "bin": "bin\\xournalpp.exe",
|
17 | 19 | "shortcuts": [
|
18 | 20 | [
|
|
28 | 30 | "autoupdate": {
|
29 | 31 | "architecture": {
|
30 | 32 | "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" |
32 | 39 | }
|
33 | 40 | }
|
34 | 41 | }
|
|
0 commit comments