diff --git a/desktop/package.json b/desktop/package.json index c655b5d1..bfd3c77e 100755 --- a/desktop/package.json +++ b/desktop/package.json @@ -5,36 +5,36 @@ "main": "index.js", "scripts": { "start": "electron .", - "package": "electron-builder", + "package": "electron-builder", "test": "echo \"Error: no test specified\" && exit 1" }, "build": { "appId": "ai.r9it.com", "productName": "ChatGPT-Plus", "directories": { - "output": "dist" + "output": "dist" }, "files": [ - "index.js", + "index.js", "package.json" ], - "linux": { - "target": "AppImage", - "icon": "icons/logo.png" - }, + "linux": { + "target": "AppImage", + "icon": "icons/logo.png" + }, "mac": { "target": "dmg", "icon": "icons/logo.icns" }, "win": { "target": "nsis", - "icon": "icons/logo.ico" + "icon": "icons/logo.ico" } }, - "author": "geekmaster", "license": "MIT", "devDependencies": { - "electron": "^26.1.0" + "electron": "^26.1.0", + "electron-builder": "^24.6.4" } }