Skip to content

Commit

Permalink
updated pyinstaller SPEC file to match pyinstaller-hooks-contrib new API
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Jan 5, 2024
1 parent c6ef666 commit 09f4edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNAlysis.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ from pathlib import Path

from PyInstaller.compat import is_darwin
from PyInstaller.utils.hooks import collect_submodules, collect_data_files
from _pyinstaller_hooks_contrib.hooks.stdhooks import get_hook_dirs
from _pyinstaller_hooks_contrib.hooks import get_hook_dirs

datas = []
binaries = []
Expand Down

0 comments on commit 09f4edd

Please sign in to comment.