diff --git a/bucket/yarr.json b/bucket/yarr.json index 3fdf484..02d6da2 100644 --- a/bucket/yarr.json +++ b/bucket/yarr.json @@ -20,9 +20,7 @@ "$persist_dir\\db\\storage.db" ] ], - "persist": [ - "db" - ], + "persist": "db", "checkver": "github", "description": "yet another rss reader", "homepage": "https://github.com/nkanaev/yarr", @@ -35,8 +33,6 @@ ] }, "uninstaller": { - "script": [ - "Remove-Item \"$dir\" -Recurse -Force -ErrorAction SilentlyContinue" - ] + "script": "Remove-Item \"$dir\" -Recurse -Force -ErrorAction SilentlyContinue" } } diff --git a/bucket/yazi.json b/bucket/yazi.json index 8a7860b..ecd618f 100644 --- a/bucket/yazi.json +++ b/bucket/yazi.json @@ -9,7 +9,12 @@ "hash": "1f93542edcc0b4f4b3b73bfc45290b207bcf69e4ba405ffa235c364f6d313c30" } }, - "bin": [["yazi-x86_64-pc-windows-gnu.exe", "yazi"]], + "bin": [ + [ + "yazi-x86_64-pc-windows-gnu.exe", + "yazi" + ] + ], "checkver": "github", "autoupdate": { "architecture": { @@ -19,4 +24,3 @@ } } } -