Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
Add Appimage category
Browse files Browse the repository at this point in the history
  • Loading branch information
matthinc committed Sep 1, 2017
1 parent 05d5572 commit 1614a6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ files:
asar: false
linux:
icon: assets/linux/
target: AppImage
category: Utility
mac:
icon: assets/icon.icns
target: zip
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "home_assistant_electron",
"version": "0.5.0",
"version": "0.5.1",
"description": "Create Home Assistant Electron app ==================================",
"main": "index.js",
"scripts": {
"test": "electron index.js",
"build": "build -c electron-builder.yml --mac",
"publish": "build -c electron-builder.yml --mac --win --publish onTagOrDraft"
"publish": "build -c electron-builder.yml --mac --win --linux --publish onTagOrDraft"
},
"repository": {
"type": "git",
Expand All @@ -24,6 +24,6 @@
},
"devDependencies": {
"electron": "^1.6.5",
"electron-builder": "^17.0.1"
"electron-builder": "^19.22.1"
}
}

0 comments on commit 1614a6d

Please sign in to comment.