From 04ab2e3965eab54e7754e9d7c92cc8a11b67f43f Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 16 Jul 2023 00:32:28 +0800 Subject: [PATCH] fix build --- libs/utils/nuitka.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/utils/nuitka.py b/libs/utils/nuitka.py index 7e90a35..3222dde 100644 --- a/libs/utils/nuitka.py +++ b/libs/utils/nuitka.py @@ -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',