Nguyen Hoang Hy
Results
1
comments of
Nguyen Hoang Hy
The problem could be the `icon_path` parameter hasn't been set You can try my solution here: ```python from pathlib import Path OUTPUT_PATH = Path(__file__).parent ASSETS_PATH = OUTPUT_PATH / Path("./assets") def...