Skip to content

Commit ccc751c

Browse files
committed
update general oder of fields & homepage url
1 parent 89d821a commit ccc751c

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

bucket/losslesscut.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "3.68.0",
33
"description": "Lossless trimming tool for video and audio files",
4-
"homepage": "https://github.com/mifi/lossless-cut",
4+
"homepage": "https://losslesscut.app",
55
"license": "GPL-2.0-or-later",
66
"notes": [
77
"For .mp4 and .mkv file associations, run:",
@@ -13,13 +13,6 @@
1313
"hash": "37751d9ef2128d1a625505c46e9992b3aecd0937a6a907d1c20d9be2bce45045"
1414
}
1515
},
16-
"bin": "LosslessCut.exe",
17-
"shortcuts": [
18-
[
19-
"LosslessCut.exe",
20-
"LosslessCut"
21-
]
22-
],
2316
"post_install": [
2417
"$losslesscutPath = \"$dir\".Replace('\\', '\\\\')",
2518
"'install-associations', 'uninstall-associations' | ForEach-Object {",
@@ -30,10 +23,19 @@
3023
" }",
3124
"}"
3225
],
26+
"bin": "LosslessCut.exe",
27+
"shortcuts": [
28+
[
29+
"LosslessCut.exe",
30+
"LosslessCut"
31+
]
32+
],
3333
"uninstaller": {
3434
"script": "if ($cmd -eq 'uninstall') { reg import \"$dir\\uninstall-associations.reg\" }"
3535
},
36-
"checkver": "github",
36+
"checkver": {
37+
"github": "https://github.com/mifi/lossless-cut"
38+
},
3739
"autoupdate": {
3840
"architecture": {
3941
"64bit": {

0 commit comments

Comments
 (0)