We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be2b96 commit 4056879Copy full SHA for 4056879
bucket/rune.json
@@ -0,0 +1,22 @@
1
+{
2
+ "version": "1.1.0",
3
+ "description": "Rune is a music player that offers audio analysis and recommendation features",
4
+ "homepage": "https://github.com/Losses/rune",
5
+ "license": "MPL-2.0|Shareware",
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
22
+}
0 commit comments