Skip to content

Commit

Permalink
Update installer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei135 committed Mar 15, 2021
1 parent 033cd73 commit b4ded6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SEEDPOD Ground Risk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ a = Analysis(['seedpod_ground_risk/main.py'],
("README.md", '.'),
(os.path.join(pyviz_comms.comm_path, "notebook.js"), "pyviz_comms"),
(panel.__path__[0], "panel"),
(sklearn.__path__[0], "sklearn"),
(sklearn.utils.__path__[0], "sklearn/utils"),
(datashader.__path__[0], "datashader"),
(distributed.__path__[0], "distributed"),
(os.path.join(fiona.__path__[0], "*.pyd"), "fiona"), # Geospatial primitives
Expand Down
2 changes: 1 addition & 1 deletion make_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "SEEDPOD Ground Risk"
#define MyAppVersion "0.6a"
#define MyAppVersion "0.10.0"
#define MyAppPublisher "CASCADE UAV"
#define MyAppURL "https://cascadeuav.com/seedpod/"
#define MyAppExeName "SEEDPOD Ground Risk.exe"
Expand Down

0 comments on commit b4ded6d

Please sign in to comment.