Skip to content

Commit 36bee7b

Browse files
committed
build config
1 parent d931c1f commit 36bee7b

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.DS_Store

6 KB
Binary file not shown.

icons/android-chrome-192x192.png

1.09 KB
Loading

icons/fh-192x192.icns

38.8 KB
Binary file not shown.

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "future-home-app",
2+
"name": "future-home-app-wrapper",
33
"version": "1.0.0",
4-
"description": "A electron wrapper for future home app",
4+
"description": "A electron wrapper for Futurehome app",
55
"main": "index.js",
66
"author": "Thomas Tvedt <[email protected]>",
77
"license": "MIT",
@@ -10,6 +10,18 @@
1010
"electron": "^1.7.10"
1111
},
1212
"scripts": {
13-
"start": "electron ."
13+
"start": "electron .",
14+
"pack": "electron-builder --dir",
15+
"dist": "electron-builder --mac --publish onTag"
16+
},
17+
"build": {
18+
"appId": "futurehome.app.wrapper",
19+
"produtName": "Futurehome app wrapper",
20+
"mac": {
21+
"category": "public.app-category.business",
22+
"target": "zip",
23+
"icon": "icons/fh-192x192.icns",
24+
"type": "development"
25+
}
1426
}
1527
}

0 commit comments

Comments
 (0)