From a0b761c9ac2e56c5599218ae30969355aa4c168c Mon Sep 17 00:00:00 2001 From: Tarulia <556162+mihawk90@users.noreply.github.com> Date: Mon, 22 Jan 2024 04:41:23 +0100 Subject: [PATCH] AppImage: Set proper categories on desktop entry (#430) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d350d1f..118059e8 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "tar.xz" ], "icon": "assets/icons/icon.png", - "category": "Development" + "category": "AudioVideo;Audio;Player" }, "directories": { "app": "release/app",