From bd8c2eb390afd2c9e7a06fbe2dba134bb101c1c9 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Mon, 14 Oct 2024 19:26:24 +0900 Subject: [PATCH] fix: `configuration has an unknown property 'AppImage'` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 897b2ec7..d4a755f3 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ ], "compression": "maximum" }, - "AppImage": { + "appImage": { "description": "YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)", "category": "AudioVideo" },