diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..a2a6e76 Binary files /dev/null and b/.DS_Store differ diff --git a/electron-builder.yml b/electron-builder.yml index 58c8b18..4b6de90 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -9,6 +9,8 @@ files: asar: false linux: icon: assets/linux/ + target: AppImage + category: Utility mac: icon: assets/icon.icns target: zip diff --git a/package.json b/package.json index b86058a..53d7625 100644 --- a/package.json +++ b/package.json @@ -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", @@ -24,6 +24,6 @@ }, "devDependencies": { "electron": "^1.6.5", - "electron-builder": "^17.0.1" + "electron-builder": "^19.22.1" } }