Skip to content

Commit 15d1491

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyinstaller.spec

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

44
datas, binaries, hiddenimports = collect_all('openpectus')
5-
datas += collect_data_files("pint", includes=["default_en.txt", "constants_en.txt"])
65
datas += [
76
('openpectus_engine_manager_gui/icon.ico', './'),
87
('openpectus_engine_manager_gui/icon.png', './'),

0 commit comments

Comments
 (0)