From 9ddac31b4b5e61bfa6517597d40b5cb7a53dcdc4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 2 Sep 2025 18:37:18 +0300 Subject: [PATCH] Remove AppImage desktop metadata from build config Deleted unnecessary desktop metadata fields (app_name and categories) from the AppImage build configuration in the GitHub Actions workflow. --- .github/workflows/build-linux.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index e7d23d8..f2034bc 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -144,9 +144,6 @@ jobs: "bdist_appimage": { # If ends with .AppImage, use verbatim file name "target_name": f"YTSage-v{version}.AppImage", - # Desktop metadata for menus/icons in AppImage - "app_name": "YTSage", - "categories": "AudioVideo;Network;Utility;", }, # RPM packaging metadata + desktop integration "bdist_rpm": {