diff --git a/.gitignore b/.gitignore index 0ba71e4..16fd1ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .DS_Store node_modules -out \ No newline at end of file +out/Cue View-darwin-x64 \ No newline at end of file diff --git a/out/make/zip/darwin/x64/Cue View-darwin-x64-0.9.2.zip b/out/make/zip/darwin/x64/Cue View-darwin-x64-0.9.2.zip new file mode 100644 index 0000000..68fb34a Binary files /dev/null and b/out/make/zip/darwin/x64/Cue View-darwin-x64-0.9.2.zip differ diff --git a/package.json b/package.json index 1163909..6735169 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Cue View 2", + "name": "Cue View", "version": "0.9.2", "description": "Monitor audio, video, and lighting equipment", "main": "main.js", @@ -9,7 +9,7 @@ "package": "electron-forge package", "make": "electron-forge make" }, - "author": "Alec Sparks", + "author": "Stage Hacks LLC", "license": "CC BY-SA 4.0", "devDependencies": { "@electron-forge/cli": "^6.0.0-beta.61",