Skip to content

Commit 37893f3

Browse files
authored
Update pyinstaller.spec
1 parent f0821f8 commit 37893f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyinstaller.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: python ; coding: utf-8 -*-
2-
from PyInstaller.utils.hooks import collect_all
2+
from PyInstaller.utils.hooks import collect_all, collect_data_files
33

44
datas, binaries, hiddenimports = collect_all('openpectus')
55
datas += collect_data_files("pint", includes=["default_en.txt", "constants_en.txt"])

0 commit comments

Comments
 (0)