Skip to content

Commit d08e43f

Browse files
committed
chore: style manifet use formatjson script
1 parent 92873f7 commit d08e43f

17 files changed

+38
-34
lines changed

bucket/amber.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
}
2626
}
2727
}
28-

bucket/arcwelder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bin\\ArcStraightener.exe"
1515
],
1616
"checkver": "github",
17-
"autoupdate":{
17+
"autoupdate": {
1818
"architecture": {
1919
"64bit": {
2020
"url": "https://github.com/FormerLurker/ArcWelderLib/releases/download/$version/Windows.zip"

bucket/compactor.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"homepage": "https://github.com/Freaky/Compactor",
55
"license": "MIT",
66
"architecture": {
7-
"64bit":{
7+
"64bit": {
88
"url": "https://github.com/Freaky/Compactor/releases/download/v0.10.1/Compactor-0.10.1.7z",
99
"hash": "1dc75fd5dad212e0cbf29a363632e0299945183d722b2c00e527e54ed86de379",
1010
"extract_dir": "Compactor-0.10.1"
1111
},
12-
"32bit":{
12+
"32bit": {
1313
"url": "https://github.com/Freaky/Compactor/releases/download/v0.10.1/Compactor-0.10.1-i686.7z",
1414
"hash": "015e358422db0eeb4d71305aaa4a74991f43c46074e26d6a9487645ab109083b",
1515
"extract_dir": "Compactor-0.10.1-i686"
@@ -24,11 +24,11 @@
2424
"checkver": "github",
2525
"autoupdate": {
2626
"architecture": {
27-
"64bit":{
27+
"64bit": {
2828
"url": "https://github.com/Freaky/Compactor/releases/download/v$version/Compactor-$version.7z",
2929
"extract_dir": "Compactor-$version"
3030
},
31-
"32bit":{
31+
"32bit": {
3232
"url": "https://github.com/Freaky/Compactor/releases/download/v$version/Compactor-$version-i686.7z",
3333
"extract_dir": "Compactor-$version-i686"
3434
}

bucket/controlprinters.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
"description": "Classic 'Devices & Printers' control panel on Windows 11. To use, just run the 'controlprinters' command",
44
"homepage": "https://www.elevenforum.com/t/open-devices-and-printers-in-windows-11.11272/",
55
"license": "Proprietary",
6-
"bin": [ [ "explorer", "controlprinters", "shell:::{A8A91A66-3A7D-4424-8D24-04E180695C7A}"] ],
6+
"bin": [
7+
[
8+
"explorer",
9+
"controlprinters",
10+
"shell:::{A8A91A66-3A7D-4424-8D24-04E180695C7A}"
11+
]
12+
],
713
"url": "https://raw.githubusercontent.com/MicrosoftDocs/win32/42328840c0fa8633847c909fb11176a98442f1c6/desktop-src/shell/executing-control-panel-items.md",
814
"hash": "dcc167f7a2ccf15317de2650aa5b7fb91ee2ca87a35bce198ac19bfd5cc43c94"
915
}

bucket/ezunlock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"homepage": "https://github.com/demberto/EzUnlock",
55
"license": "MIT",
66
"architecture": {
7-
"64bit":{
7+
"64bit": {
88
"url": "https://github.com/demberto/EzUnlock/releases/download/v0.1/EzUnlock_x64_v0.1.zip",
99
"hash": "0f4063e5b4ffff6aaf6806386d591cf621ae76a6637f91bdccbda2e1021a68c3"
1010
},
11-
"32bit":{
11+
"32bit": {
1212
"url": "https://github.com/demberto/EzUnlock/releases/download/v0.1/EzUnlock_x86_v0.1.zip",
1313
"hash": "e4e6006634183af3dc5b4825e01a71909c5eda2eef15f62ee094e5baf554c55b"
1414
}

bucket/fspy.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@
3434
}
3535
}
3636
}
37-

bucket/jpegview.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"pre_install": [
1717
"if (!(Test-Path \"$persist_dir\\JPEGView.ini\")) {",
18-
"$cont = (Get-Content \"$dir\\JPEGView.ini\").Replace('StoreToEXEPath=false', 'StoreToEXEPath=true')",
19-
"Set-Content \"$dir\\JPEGView.ini\" $cont",
18+
"$cont = (Get-Content \"$dir\\JPEGView.ini\").Replace('StoreToEXEPath=false', 'StoreToEXEPath=true')",
19+
"Set-Content \"$dir\\JPEGView.ini\" $cont",
2020
"}",
2121
"if (Test-Path \"$persist_dir\\ParamDB.db\") { Copy-Item \"$persist_dir\\ParamDB.db\" \"$dir\" | Out-Null }"
2222
],

bucket/moonlight.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
}
1818
},
1919
"pre_install": "if (!(Test-Path \"$persist_dir$($cfg = '/Moonlight Game Streaming Project')\")) { $null = New-Item -ItemType Directory \"$dir$cfg\" }",
20-
"bin": [
21-
"Moonlight.exe"
22-
],
20+
"bin": "Moonlight.exe",
2321
"shortcuts": [
2422
[
2523
"Moonlight.exe",

bucket/nilesoft-shell.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
"extract_dir": "PFiles64\\Nilesoft Shell"
2424
}
2525
},
26-
"pre_install": [
27-
"if (!(Test-Path \"$persist_dir\\shell.log\")) { New-Item -ItemType File -Path \"$dir\\shell.log\" | Out-Null }"
28-
],
26+
"pre_install": "if (!(Test-Path \"$persist_dir\\shell.log\")) { New-Item -ItemType File -Path \"$dir\\shell.log\" | Out-Null }",
2927
"pre_uninstall": [
3028
"if ($cmd -eq 'uninstall') {",
3129
" $regkey = Get-ItemProperty -Path 'HKLM:\\SOFTWARE\\Classes\\Directory\\background\\shellex\\ContextMenuHandlers\\ @nilesoft.shell' -ErrorAction SilentlyContinue",

bucket/npiperelay.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
"regex": "$sha256\\s+$basename"
3030
}
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)