diff --git a/package.json b/package.json index c5013ad..f65c8a1 100644 --- a/package.json +++ b/package.json @@ -8,16 +8,12 @@ "start:steamos": "electron . --ozone-platform=x11 --disable-gpu-compositing --disable-gpu-vsync --no-sandbox --disable-dev-shm-usage --disable-features=VizDisplayCompositor", "start:linux-safe": "electron . --disable-gpu --disable-gpu-compositing --no-sandbox", "dist": "electron-builder", - "dist:appimage": "electron-builder --linux AppImage", "run": "electron ." }, "keywords": [], - "author": { - "name": "Andrew Zambazos", - "email": "nebula@example.com" - }, + "author": "", "license": "ISC", - "description": "A modern web browser built with Electron", + "description": "", "dependencies": { "dompurify": "^3.1.6", "electron-updater": "^6.6.2", @@ -47,11 +43,14 @@ }, "linux": { "icon": "assets/images/Logos/Nebula-Favicon.png", - "maintainer": "Andrew Zambazos ", "target": [ { "target": "AppImage", "arch": ["x64"] + }, + { + "target": "deb", + "arch": ["x64"] } ], "category": "Network",