diff --git a/package.json b/package.json index 16eea6d..66b9e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaiware", - "productName": "Kaiware", + "productName": "kaiware", "version": "0.1.0", "description": "My Electron application description", "main": ".webpack/main", @@ -38,6 +38,20 @@ "config": { "format": "ULFO" } + }, + { + "name": "@electron-forge/maker-deb", + "config": { + "maintainer": "Garrett Downs", + "homepage": "https://github.com/garredow/kaiware" + } + }, + { + "name": "@electron-forge/maker-rpm", + "config": { + "maintainer": "Garrett Downs", + "homepage": "https://github.com/garredow/kaiware" + } } ], "plugins": [