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.
This commit is contained in:
Your Name
2025-09-02 18:37:18 +03:00
parent cb48b21cdc
commit 9ddac31b4b
-3
View File
@@ -144,9 +144,6 @@ jobs:
"bdist_appimage": { "bdist_appimage": {
# If ends with .AppImage, use verbatim file name # If ends with .AppImage, use verbatim file name
"target_name": f"YTSage-v{version}.AppImage", "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 # RPM packaging metadata + desktop integration
"bdist_rpm": { "bdist_rpm": {