From 159d22510b8b4fbe3fc878e4e96cb5daf3374741 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Apr 2026 10:58:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20trulymem.spec=20?= =?UTF-8?q?=E4=B8=AD=20web=5Fapi.py=20=E8=B7=AF=E5=BE=84(=E6=A0=B9?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E2=86=92core/)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/trulymem.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/trulymem.spec b/build/trulymem.spec index 0b7b050..39c10bd 100644 --- a/build/trulymem.spec +++ b/build/trulymem.spec @@ -37,7 +37,7 @@ if os.path.exists(templates_dir): datas.append((os.path.join(root, f), 'ui/templates')) # Web API 脚本(以便子进程模式回退使用) -web_api_src = os.path.join(project_root, 'web_api.py') +web_api_src = os.path.join(project_root, 'core', 'web_api.py') if os.path.exists(web_api_src): datas.append((web_api_src, '.'))