Skip to content

Commit

Permalink
Build: Allow tkinter in Windows setup exe for MAVExplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade committed Aug 2, 2024
1 parent 0f6e25a commit c3db4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/mavproxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ MAVExpAny = Analysis(['.\\tools\\MAVExplorer.py'],
datas= [ ('tools\\graphs\\*.*', 'MAVProxy\\tools\\graphs' ) ],
hookspath=None,
runtime_hooks=None,
excludes= ['sphinx', 'docutils', 'alabaster', 'FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'])
excludes= ['sphinx', 'docutils', 'alabaster', 'FixTk', 'tcl', 'tk', 'Tkinter'])
# MERGE( (MAVProxyAny, 'mavproxy', 'mavproxy'), (MAVExpAny, 'MAVExplorer', 'MAVExplorer') )
MAVProxy_pyz = PYZ(MAVProxyAny.pure)
MAVProxy_exe = EXE(MAVProxy_pyz,
Expand Down

0 comments on commit c3db4e5

Please sign in to comment.