We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe7721 commit fe1e5caCopy full SHA for fe1e5ca
1 file changed
syrup/__main__.py
@@ -74,7 +74,7 @@ def build(ctx, do_clean, version, name, company, description, license, icon, bui
74
executables=executable,
75
version=version,
76
icon=icon, license=license,
77
- icon_path=os.path.join(build_dir, icon),
+ icon_path=os.path.join(build_dir, icon) if icon else None,
78
name=name, company=company,
79
description=description,
80
help_url=help_url, update_url=update_url, website_url=website_url,
0 commit comments