forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSoundSwitch.json
32 lines (32 loc) · 1.29 KB
/
SoundSwitch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"##": "Inspect if any of PDB files need to be persisted",
"version": "5.10.0.19681",
"description": "SoundSwitch. Default playing device switcher",
"homepage": "https://soundswitch.aaflalo.me",
"license": {
"identifier": "GPL-2.0-or-later",
"url": "https://github.com/Belphemur/SoundSwitch/blob/master/LICENSE.txt"
},
"changelog": "https://github.com/Belphemur/SoundSwitch/releases/tag/v5.10.0.19681",
"url": "https://github.com/Belphemur/SoundSwitch/releases/download/v5.10.0/SoundSwitch_v5.10.0.19681_Release_Installer.exe",
"hash": "8d32fc53e7bf899f44838d0ab696926a684a9e0d66a8daf2297c5ce3b5da172a",
"innosetup": true,
"shortcuts": [
[
"SoundSwitch.exe",
"SoundSwitch"
]
],
"checkver": {
"github": "https://github.com/Belphemur/SoundSwitch",
"regex": "_v([\\d.]+)_Release"
},
"autoupdate": {
"changelog": "https://github.com/Belphemur/SoundSwitch/releases/tag/v$version",
"url": "https://github.com/Belphemur/SoundSwitch/releases/download/v$matchHead/SoundSwitch_v$version_Release_Installer.exe",
"hash": {
"url": "https://github.com/Belphemur/SoundSwitch/releases/tag/v$matchHead",
"regex": "file/$sha256/detection"
}
}
}