From 83d7a6d23626ac2e2bf518877faea303a90033bf Mon Sep 17 00:00:00 2001 From: chakcy <947105045@qq.com> Date: Sat, 31 Jan 2026 16:26:26 +0800 Subject: [PATCH] =?UTF-8?q?modify:=20=E5=9B=BE=E6=A0=87=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/{{ cookiecutter.project_name }}/scripts/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_name }}/src/{{ cookiecutter.project_name }}/scripts/build.py b/{{ cookiecutter.project_name }}/src/{{ cookiecutter.project_name }}/scripts/build.py index 63c5af5..f606f17 100644 --- a/{{ cookiecutter.project_name }}/src/{{ cookiecutter.project_name }}/scripts/build.py +++ b/{{ cookiecutter.project_name }}/src/{{ cookiecutter.project_name }}/scripts/build.py @@ -47,7 +47,7 @@ def run_pyinstaller(): # 添加数据文件 # "--add-data", "resources:resources", # 其他选项 - "--icon", "../public/{{ cookiecutter.project_name }}.ico", + "--icon", "../../public/{{ cookiecutter.project_name }}.ico", "main.py" ]