diff options
| -rw-r--r-- | build/icon.png | bin | 0 -> 61210 bytes | |||
| -rw-r--r-- | package.json | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/build/icon.png b/build/icon.png Binary files differnew file mode 100644 index 0000000..f9afc8d --- /dev/null +++ b/build/icon.png diff --git a/package.json b/package.json index 8fdcb01..5c2c69c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "author": "Andrew Lee <alee14498@protonmail.com>", "license": "GPL-3.0", "scripts": { - "start": "electron ." + "start": "electron .", + "dist": "electron-builder" }, "devDependencies": { "electron": "^13.1.9", @@ -36,7 +37,8 @@ "target": [ "zip", "dmg" - ] + ], + "category": "Video" } } } |
