Skip to content

Commit

Permalink
Renamed pyinstaller hook files
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Nov 6, 2019
1 parent 21eaa37 commit 6cafb6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions picard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ if os.path.isfile(fpcalc_name):

runtime_hooks = []
if sys.platform == 'win32':
runtime_hooks.append('scripts/pyinstaller/picard-winconsole-hook.py')
runtime_hooks.append('scripts/pyinstaller/win-console-hook.py')
if '--onefile' in sys.argv:
runtime_hooks.append('scripts/pyinstaller/picard-portable-hook.py')
runtime_hooks.append('scripts/pyinstaller/portable-hook.py')


a = Analysis(['tagger.py'],
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6cafb6f

Please sign in to comment.