Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
attempt more literal paths
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukashiixo committed Oct 3, 2023
1 parent 5e2b8a1 commit 574fe23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/build_specs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ block_cipher = None


a = Analysis(
['ui.py'],
pathex=['./', './modules'],
['app/src/ui.py'],
pathex=['./', './app/src/modules'],
binaries=[],
datas=[],
hiddenimports = ['modules.functions_ui', 'modules.delete_files', 'modules.rewrite_docx', 'modules.fix_mistakes', 'modules.hocr_parser', 'modules.run_tesseract', 'modules.rotate_and_split_image', 'modules.doublepage_img_rename', 'modules.singlepage_img_rename', 'modules.verify_folders', 'modules.setup_functions', 'modules.is_image'],
Expand Down

0 comments on commit 574fe23

Please sign in to comment.