Skip to content

Commit b5fc3fd

Browse files
committed
chore: the application version has been changed and the following items have been added to Analysis: datas=[('test_history.json', '.')],
hiddenimports=['speedtest', 'network_adapter_information', 'matplotlib', 'tkinter', 'matplotlib.backends.backend_tkagg', 'matplotlib.figure'],
1 parent 1195950 commit b5fc3fd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

main.spec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ a = Analysis(
55
['alexs_speedtest.py'],
66
pathex=[],
77
binaries=[],
8-
datas=[],
9-
hiddenimports=[],
8+
datas=[('test_history.json', '.')],
9+
hiddenimports=['speedtest', 'network_adapter_information', 'matplotlib', 'tkinter',
10+
'matplotlib.backends.backend_tkagg', 'matplotlib.figure'],
1011
hookspath=[],
1112
hooksconfig={},
1213
runtime_hooks=[],
@@ -42,5 +43,5 @@ app = BUNDLE(
4243
name='Alexs_SpeedTest.app',
4344
icon='speedtest.icns',
4445
bundle_identifier='org.AlexTkDev.speedtest',
45-
version='1.1.1',
46+
version='2.0.0',
4647
)

0 commit comments

Comments
 (0)