fix build

This commit is contained in:
shenjack 2023-07-16 00:32:28 +08:00
parent f3c2540dae
commit 04ab2e3965
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -59,7 +59,7 @@ class CompilerHelper(Options):
copy_right: str = 'Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com' # --copyright
icon_path: Path = Path('textures/icon.png')
icon_path: Path = Path('assets/textures/icon.png')
follow_import: List[str] = ['pyglet']
no_follow_import: List[str] = ['objprint', 'pillow', 'PIL', 'cffi', 'pydoc', 'numpy', 'email', 'win32con',