Skip to content

Commit 4d84ed2

Browse files
committed
Closes and fixes #349
1 parent 571c545 commit 4d84ed2

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

bucket/FLAC-Frontend-H.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"version": "2.2-build-20251127",
3+
"description": "A tool to encode and decode FLAC files. Fork of the FLAC Frontend 2.1 but with advanced options.",
4+
"homepage": "https://github.com/hat3k/FLAC-Frontend-H",
5+
"license": {
6+
"identifier": "Freeware",
7+
"url": "https://github.com/hat3k/FLAC-Frontend-H/blob/main/LICENSE"
8+
},
9+
"architecture": {
10+
"32bit": {
11+
"url": "https://github.com/hat3k/FLAC-Frontend-H/releases/download/2.2-build-20251127/FLAC.frontend-H.2.2.build.20251127.x86.7z",
12+
"hash": "sha256:8211ce1ec0867d80229ad4a33b9810f063104c8521638f7905f288dc292c2908"
13+
},
14+
"64bit": {
15+
"url": "https://github.com/hat3k/FLAC-Frontend-H/releases/download/2.2-build-20251127/FLAC.frontend-H.2.2.build.20251127.x64.7z",
16+
"hash": "sha256:0e5512cac89d2a3d61570490c221a5e311f4eea312d37b4cbafcb1308ed24baf"
17+
}
18+
},
19+
"pre_install": [
20+
21+
"$innerFolder = Get-ChildItem \"$dir\" -Directory | Where-Object { $_.Name -match 'FLAC Frontend' } | Select-Object -First 1",
22+
"if ($innerFolder) {",
23+
" Get-ChildItem \"$($innerFolder.FullName)\" | ForEach-Object {",
24+
" Move-Item \"$($_.FullName)\" \"$dir\"",
25+
" }",
26+
" Remove-Item \"$($innerFolder.FullName)\"",
27+
"}"
28+
],
29+
"bin": [
30+
["tools\\flac.exe", "flac"],
31+
["tools\\metaflac.exe", "metaflac"]
32+
],
33+
"shortcuts": [
34+
[
35+
"FLAC frontend-H.exe",
36+
"FLAC Frontend H"
37+
]
38+
],
39+
"checkver": {
40+
"github": "https://github.com/hat3k/FLAC-Frontend-H",
41+
"regex": "releases/tag/([\\d.]+-build-\\d+)"
42+
},
43+
"autoupdate": {
44+
"architecture": {
45+
"32bit": {
46+
"url": "https://github.com/hat3k/FLAC-Frontend-H/releases/download/$version/FLAC.frontend-H.$match1.x86.7z"
47+
},
48+
"64bit": {
49+
"url": "https://github.com/hat3k/FLAC-Frontend-H/releases/download/$version/FLAC.frontend-H.$match1.x64.7z"
50+
}
51+
}
52+
}
53+
}

0 commit comments

Comments
 (0)