Skip to content

Commit 6f477be

Browse files
authored
Create rune.json
1 parent 4fe3d1a commit 6f477be

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bucket/rune.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"version": "1.1.0",
3+
"description": "Rune Player is a music player that offers audio analysis and recommendation features. It introduces a new, modern music management paradigm to enhance your experience with cross-platform support.",
4+
"homepage": "https://github.com/Losses/rune",
5+
"license": "MPL-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/Losses/rune/releases/download/v1.1.0/Rune-v1.1.0-windows-amd64.zip",
9+
"hash": "0ce2d7f52cf695fbdc245096048505cd64b9092689067a10bd7d78c0dc1fead8"
10+
}
11+
},
12+
"shortcuts": [
13+
[
14+
"rune.exe",
15+
"Rune"
16+
]
17+
],
18+
"checkver": "github",
19+
"autoupdate": {
20+
"url": "https://github.com/Losses/rune/releases/download/v$version/Rune-v$version-windows-amd64.zip",
21+
"hash": {
22+
"mode": "download"
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)