Skip to content

Commit bd50608

Browse files
pyinstaller: add borghash to hidden imports
1 parent 66e17ff commit bd50608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/borg.exe.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ here = os.path.dirname(os.path.abspath(SPEC))
1010
basepath = os.path.abspath(os.path.join(here, '..'))
1111

1212
if is_win32:
13-
hiddenimports = []
13+
hiddenimports = ['borghash']
1414
else:
15-
hiddenimports = ['borg.platform.posix', 'pkg_resources.py2_warn', ]
15+
hiddenimports = ['borg.platform.posix', 'pkg_resources.py2_warn', 'borghash']
1616

1717
block_cipher = None
1818

0 commit comments

Comments
 (0)