Skip to content

Commit 98be2a3

Browse files
committed
Remove unnecesary workaround for mac
This was necesary on older versions of pyinstaller, but not anymore.
1 parent ac9291b commit 98be2a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Installers/Multirow & other functions/MacOS.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ block_cipher = None
44

55
a = Analysis(['Builder.py'],
66
pathex=['.'],
7-
binaries=[('/System/Library/Frameworks/Tk.framework/Tk', 'tk'), ('/System/Library/Frameworks/Tcl.framework/Tcl', 'tcl')],
87
datas=[("icon.gif", ".")],
98
hiddenimports=[],
109
hookspath=[],

0 commit comments

Comments
 (0)