File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 548
548
<key >IFPkgFlagPackageSelection</key >
549
549
<integer >0</integer >
550
550
<key >Name</key >
551
- <string >SDL_v0.7 .0_Beta_Mac_Installer</string >
551
+ <string >SDL_v0.8 .0_Beta_Mac_Installer</string >
552
552
<key >Status</key >
553
553
<integer >1</integer >
554
554
<key >Type</key >
Original file line number Diff line number Diff line change 4
4
#define MyAppName " StreamingDataLoader"
5
5
#define MyAppInstaller " SDL"
6
6
#define MyWizExeName " SDLLoader"
7
- #define MyAppVersion " v0.7 .0-beta"
7
+ #define MyAppVersion " v0.8 .0-beta"
8
8
#define MyAppPublisher " ODM2"
9
9
#define MyAppURL " https://github.com/ODM2/ODM2StreamingDataLoader"
10
10
Original file line number Diff line number Diff line change 1
1
run the following commands
2
+
2
3
pyinstaller --onefile src\StreamingDataLoader.py
4
+
3
5
pyinstaller --onefile src\StreamingDataLoaderWizard.py
Original file line number Diff line number Diff line change 1
1
app_name = "Streaming Data Loader"
2
- version = "0.7 .0_Beta"
2
+ version = "0.8 .0_Beta"
3
3
copyright = "Copyright (c) 2013 - 2015, Utah State University. All rights reserved."
4
4
description = "Streaming Data Loader a program for streaming continuous sensor data into an instance of the Observations Data Model (ODM)"
5
5
You can’t perform that action at this time.
0 commit comments