Skip to content

Commit

Permalink
openfreebuds: Add version 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Feb 4, 2025
1 parent 193b3cb commit 31c6561
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bucket/openfreebuds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "0.16.1",
"description": "Manage wireless headphones from HUAWEI/Honor",
"homepage": "https://mmk.pw/en/openfreebuds/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://st.mmk.pw/openfreebuds/openfreebuds_0.16.1_win32_portable.exe#/openfreebuds.exe",
"hash": "878052d973be2a30d2a2b7f6e8031ccf2757362fba401593c8cfbb204b730e5b"
}
},
"pre_install": "New-Item \"$dir\\is_portable\" -ItemType File | Out-Null",
"shortcuts": [
[
"openfreebuds.exe",
"OpenFreeBuds"
]
],
"persist": [
"is_portable",
"data"
],
"checkver": {
"url": "https://st.mmk.pw/openfreebuds/release.json",
"jsonpath": "$.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://st.mmk.pw/openfreebuds/openfreebuds_$version_win32_portable.exe#/openfreebuds.exe"
}
}
}
}

0 comments on commit 31c6561

Please sign in to comment.