Skip to content

Commit

Permalink
Support double-click opening for Win excel
Browse files Browse the repository at this point in the history
  • Loading branch information
mijdavis2 committed Mar 31, 2018
1 parent 4a89ba6 commit 372e438
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "upstream",
"version": "2.3.0",
"version": "2.4.0",
"author": "mijdavis2",
"description": "Streamflow calc utility for Trout Unlimited",
"license": "MIT",
"engines": {
"node": "8.2.1",
"npm": ">=5.3.0"
},
"engineStrict": true,
"main": "./dist/electron/main.js",
"scripts": {
"build": "node .electron-vue/build.js && electron-builder -wl",
Expand Down
3 changes: 2 additions & 1 deletion src/renderer/util/csvGen.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ St;Clock;"Tape, ft";Max Depth;Spins;"Time, Sec";ft/sec;"station, ft";"width, ft"
const DATA_DOWNLOAD = channelSummary['Data downloaded'] ? 'Yes' : 'No'
const RATED = channelSummary['Rated']
const COMMENTS_ON_RATING = channelSummary['Comments on rating']
return `Conservation Hydrology;Created via UpStream;;;
return `sep=;
Conservation Hydrology;Created via UpStream;;;
Trout Unlimited;https://github.com/mijdavis2/upstream;;;
;;;;
SITE VISIT SUMMARY;;;;
Expand Down

0 comments on commit 372e438

Please sign in to comment.