FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
macOS_application_speedtest_for_python/main.spec at main · AlexTkDev/macOS_application_speedtest_for_python · GitHub
AlexTkDev
/
macOS_application_speedtest_for_python
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
macOS_application_speedtest_for_python
/
main.spec
Copy path
More file actions
More file actions
Latest commit
History
History
History
52 lines (50 loc) · 1.07 KB
Breadcrumbs
macOS_application_speedtest_for_python
/
main.spec
Copy path
File metadata and controls
52 lines (50 loc) · 1.07 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# -*- mode: python ; coding: utf-8 -*-
a
=
Analysis
(
[
'speedtest_app/alexs_speedtest.py'
],
pathex
=
[],
binaries
=
[],
datas
=
[(
'test_history.json'
,
'.'
)],
hiddenimports
=
[
'speedtest_cli'
,
'speedtest_app.network_adapter_information'
,
'matplotlib'
,
'tkinter'
,
'matplotlib.backends.backend_tkagg'
,
'matplotlib.figure'
],
hookspath
=
[],
hooksconfig
=
{},
runtime_hooks
=
[],
excludes
=
[],
noarchive
=
False
,
optimize
=
0
,
)
pyz
=
PYZ
(
a
.
pure
)
exe
=
EXE
(
pyz
,
a
.
scripts
,
a
.
binaries
,
a
.
datas
,
[],
name
=
'alexs_speedtest'
,
debug
=
False
,
bootloader_ignore_signals
=
False
,
strip
=
False
,
upx
=
True
,
upx_exclude
=
[],
runtime_tmpdir
=
None
,
console
=
False
,
disable_windowed_traceback
=
False
,
argv_emulation
=
False
,
target_arch
=
None
,
codesign_identity
=
None
,
entitlements_file
=
None
,
icon
=
[
'speedtest.icns'
],
)
app
=
BUNDLE
(
exe
,
name
=
'Alex_SpeedTest.app'
,
icon
=
'speedtest.icns'
,
bundle_identifier
=
'org.AlexTkDev.speedtest'
,
version
=
'4.0.0'
,
)
Back
|
FazBrowse Home
|
New Git URL