diff --git a/src/package.json b/src/package.json index 8e2be948..b1f7363f 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "altus", - "version": "3.6.0", + "version": "3.7.0", "description": "Electron-based desktop wrapper for WhatsApp Web", "homepage": "https://altus.amanharwara.xyz", "repository": { @@ -49,8 +49,7 @@ "background": "build/background.png", "icon": "build/icon.icns", "iconSize": 100, - "contents": [ - { + "contents": [{ "x": 380, "y": 280, "type": "link", @@ -73,15 +72,13 @@ "allowToChangeInstallationDirectory": "true" }, "win": { - "target": [ - { - "target": "nsis", - "arch": [ - "x64", - "ia32" - ] - } - ], + "target": [{ + "target": "nsis", + "arch": [ + "x64", + "ia32" + ] + }], "icon": "build/icon.ico" }, "linux": { @@ -92,4 +89,4 @@ "icon": "build/icon.png" } } -} +} \ No newline at end of file