summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index e8a2e8e3..95216464 100644
--- a/package.json
+++ b/package.json
@@ -131,7 +131,8 @@
"files": [
"electron_js/main.js",
"www/**/*",
- "!node_modules/**/*"
+ "!node_modules/**/*",
+ "resources/icon.png"
],
"extraResources": [
"node_modules/electron-window-state/**/*",
@@ -174,4 +175,4 @@
]
}
}
-} \ No newline at end of file
+}