Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoshizzle committed Sep 28, 2019
1 parent d9b0b6f commit 5abd241
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
Binary file modified dist/Flask Setup 1.0.0.exe.blockmap
Binary file not shown.
8 changes: 4 additions & 4 deletions dist/latest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 1.0.0
files:
- url: Flask-Setup-1.0.0.exe
sha512: cLGABu8K01OUd3fv9p5diU3B9r4B6fHLe/cY3/3On2LAS2aizTI4Iambu90X5gUbhDAyCwMxEatlsR8MMUNEsw==
size: 94482333
sha512: Zul0y4yW3oUNb0HRKU7HddzFnaeozRx3xdbgEIWePbw/qO/61/bJzzaOw0T9jjfjnQ69pYCGTB4+LGBwzjX/3w==
size: 94481458
path: Flask-Setup-1.0.0.exe
sha512: cLGABu8K01OUd3fv9p5diU3B9r4B6fHLe/cY3/3On2LAS2aizTI4Iambu90X5gUbhDAyCwMxEatlsR8MMUNEsw==
releaseDate: '2019-09-28T22:16:40.750Z'
sha512: Zul0y4yW3oUNb0HRKU7HddzFnaeozRx3xdbgEIWePbw/qO/61/bJzzaOw0T9jjfjnQ69pYCGTB4+LGBwzjX/3w==
releaseDate: '2019-09-28T22:42:33.901Z'
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Flask",
"name": "FLASK",
"version": "1.0.0",
"description": "Software for improvising sound",
"main": "index.js",
Expand Down Expand Up @@ -59,7 +59,6 @@
"fs-jetpack": "^2.0",
"gh-latest-release": "^1.0.0",
"marked": "^0.6.2",
"materialize-css": "^1.0.0",
"request": "^2.88.0"
}
}
4 changes: 4 additions & 0 deletions src/scripts/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ function openShow() {
properties: ['openFile']
};
dialog.showOpenDialog(openOptions, filepaths => {
if (filepaths === undefined) {
return;
}
userFilePath = filepaths[0];
clearShow();
loadShow(userFilePath);
Expand Down Expand Up @@ -225,6 +228,7 @@ function importLegacy(version) {
playlistInfo = jetpack.read(playlistInfoPath, 'json');
settingsInfo = jetpack.read(settingsPath, 'json');
settingsInfo.utility.legacy = true;
settingsInfo.utility.pVersion = pjson.version;
} else {
M.toast({
html: 'At least one essential Legacy file is missing. Contact developer for help!',
Expand Down

0 comments on commit 5abd241

Please sign in to comment.