Skip to content

Commit

Permalink
windows: fixup builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Oct 5, 2024
1 parent 0dff85b commit 9988e37
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 @@ -35,7 +35,7 @@ MAVExpAny = Analysis(['.\\tools\\MAVExplorer.py'],
hookspath=None,
runtime_hooks=None,
excludes= ['sphinx', 'docutils', 'alabaster', 'FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'])
MAVPicViewer = Analysis(['.\\tools\\mavpicviewer\\mavpicviewer.py'],
MAVPicViewerAny = Analysis(['.\\tools\\mavpicviewer\\mavpicviewer.py'],
pathex=[os.path.abspath('.')],
# for some unknown reason these hidden imports don't pull in
# all the needed pieces, so we also import them in mavproxy.py
Expand Down

0 comments on commit 9988e37

Please sign in to comment.