From a55d20af77674ea2e0e4305cd451874eced04628 Mon Sep 17 00:00:00 2001 From: xunbu Date: Mon, 19 May 2025 18:44:53 +0800 Subject: [PATCH] small fix --- .idea/workspace.xml | 4 +--- app.spec | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8e2877f..5aac348 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,7 @@ - - diff --git a/app.spec b/app.spec index 52200e4..12a8b91 100644 --- a/app.spec +++ b/app.spec @@ -2,7 +2,7 @@ from PyInstaller.utils.hooks import collect_all datas = [('C:/Users/jxgm/Desktop/FileTranslate/.venv/Lib/site-packages/docling_parse/pdf_resources_v2', 'docling_parse/pdf_resources_v2'), -('C:/Users/jxgm/esktop/FileTranslate/docutranslate/static', 'docutranslate/static')] +('C:/Users/jxgm/desktop/FileTranslate/docutranslate/static', 'docutranslate/static')] binaries = [] hiddenimports = [] tmp_ret = collect_all('easyocr')