Skip to content

Commit

Permalink
build config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastvedt committed Jan 2, 2018
1 parent d931c1f commit 36bee7b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/fh-192x192.icns
Binary file not shown.
18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "future-home-app",
"name": "future-home-app-wrapper",
"version": "1.0.0",
"description": "A electron wrapper for future home app",
"description": "A electron wrapper for Futurehome app",
"main": "index.js",
"author": "Thomas Tvedt <thomas@gulost.net>",
"license": "MIT",
Expand All @@ -10,6 +10,18 @@
"electron": "^1.7.10"
},
"scripts": {
"start": "electron ."
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder --mac --publish onTag"
},
"build": {
"appId": "futurehome.app.wrapper",
"produtName": "Futurehome app wrapper",
"mac": {
"category": "public.app-category.business",
"target": "zip",
"icon": "icons/fh-192x192.icns",
"type": "development"
}
}
}

0 comments on commit 36bee7b

Please sign in to comment.