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

Build #2

Merged
merged 4 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion app/src/ui.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#I'm sorry if someone has to handle this after me haha this is a mess.

#lets just write something to test the new workflow
#i dont know how workflows work

# -*- coding: utf-8 -*-

Expand Down
Loading