Fix build config for Linux workflow
Corrected script path to 'ytsage_entry.py', updated icon path, and fixed configuration for including system libraries and binary excludes in the build-linux.yml workflow.
This commit is contained in:
@@ -150,16 +150,16 @@ jobs:
|
|||||||
include_files=include_files_list,
|
include_files=include_files_list,
|
||||||
# Bundle all dependencies - avoid system library references
|
# Bundle all dependencies - avoid system library references
|
||||||
bin_includes=[],
|
bin_includes=[],
|
||||||
bin_excludesytsage_entry.py",
|
bin_excludes=[],
|
||||||
target_name="ytsage",
|
# Important: include system libs to avoid external dependencies
|
||||||
icon="*", "")],
|
replace_paths=[("*", "")],
|
||||||
)
|
)
|
||||||
|
|
||||||
executables = [
|
executables = [
|
||||||
Executable(
|
Executable(
|
||||||
script="main.py",
|
script="ytsage_entry.py",
|
||||||
target_name="ytsage",
|
target_name="ytsage",
|
||||||
icon="assets/branding/icons/icon.png",
|
icon="branding/icons/icon.png",
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user