Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
otseng committed Aug 7, 2022
1 parent e98f0a5 commit fc8a7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data_files = [
('plugins','plugins'),
('pyinstaller/disabled_modules.txt','.'),
('pyinstaller/enable_binary_execution_mode','.'),
('pyinstaller/config.ini','.')
('pyinstaller/config.ini','.'),
('thirdParty/dictionaries','thirdParty/dictionaries'),
('video','video'),
('workspace','workspace'),
Expand Down
2 changes: 1 addition & 1 deletion pyinstaller/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ forceGenerateHtml = False
enableLogging = False
logCommands = False
migrateDatabaseBibleNameToDetailsTable = False
menuLayout = starter
menuLayout = material
useLiteVerseParsing = False
enablePlugins = True
enableMacros = False
Expand Down

0 comments on commit fc8a7b0

Please sign in to comment.