Skip to content

Commit

Permalink
Merge pull request #56 from Zach10a/master
Browse files Browse the repository at this point in the history
Alter .spec file so app builds properly
  • Loading branch information
Zach10a authored Aug 13, 2021
2 parents 9f42b6d + bf5e5d5 commit caa56ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SEEDPOD Ground Risk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,14 @@ a = Analysis(['seedpod_ground_risk/main.py'],
('static_data/nhaps.json', 'static_data'),
('static_data/test_path.json', 'static_data'),
('static_data/tra0307.ods', 'static_data'),
('static_data/aircraft_list.json', 'static_data'),
("seedpod_ground_risk/ui_resources/cascade_splash.png", "ui_resources"),
("seedpod_ground_risk/ui_resources/coord_map.qml", "seedpod_ground_risk/ui_resources"),
("README.md", '.'),
(os.path.join(pyviz_comms.comm_path, "notebook.js"), "pyviz_comms"),
(os.path.join(pyviz_comms.comm_path, "labextension", "package.json"), "pyviz_comms/labextension"),
(panel.__path__[0], "panel"),
((os.path.join(PySide2.__path__[0], "plugins", "geoservices")), 'geoservices'),
(sklearn.__path__[0], "sklearn"),
(datashader.__path__[0], "datashader"),
(distributed.__path__[0], "distributed"),
Expand Down Expand Up @@ -96,7 +99,6 @@ a = Analysis(['seedpod_ground_risk/main.py'],
"PySide2.Qt3DExtras",
"PySide2.Qt3DLogic",
"PySide2.Qt3DRender",
"PySide2.QtQuick",
"PySide2.QtMultimedia",
"Pyside2.QtCharts",
"PySide2.QtDataVisualization",
Expand Down

0 comments on commit caa56ff

Please sign in to comment.