Update asset paths in build workflows

Refined the asset inclusion in Linux, macOS, and Windows build workflows to specify subdirectories for branding icons, Icon, and sound assets. This change ensures only the necessary asset folders are packaged, improving build consistency across platforms.
This commit is contained in:
Your Name
2025-10-06 16:28:59 +03:00
parent 44eb36b2e0
commit 6ada5d6c92
3 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -122,7 +122,9 @@ jobs:
],
include_files=[
("src", "src"),
("assets", "lib/assets"),
("assets/branding/icons", "lib/assets/branding/icons"),
("assets/Icon", "lib/assets/Icon"),
("assets/sound", "lib/assets/sound"),
("languages", "lib/languages"),
("ytsage.desktop", "share/applications/ytsage.desktop"),
("assets/branding/icons/icon.png", "share/pixmaps/ytsage.png"),