summaryrefslogtreecommitdiff
path: root/electron/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'electron/package.json')
-rw-r--r--electron/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/electron/package.json b/electron/package.json
index c902b205..dbdbfd14 100644
--- a/electron/package.json
+++ b/electron/package.json
@@ -3,7 +3,7 @@
"productName": "inkstitch-gui",
"version": "1.0.0",
"description": "Ink/Stitch GUI",
- "main": "src/index.js",
+ "main": "src/main.js",
"scripts": {
"pack": "electron-builder --dir",
"dist": "electron-builder",