From 9898d8248e97a7f02b597831cc016bf13c48e90f Mon Sep 17 00:00:00 2001 From: Andrew Zambazos Date: Sun, 28 Dec 2025 11:49:52 +1300 Subject: [PATCH] Update package.json --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f65c8a1..c5013ad 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,16 @@ "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": "", + "author": { + "name": "Andrew Zambazos", + "email": "nebula@example.com" + }, "license": "ISC", - "description": "", + "description": "A modern web browser built with Electron", "dependencies": { "dompurify": "^3.1.6", "electron-updater": "^6.6.2", @@ -43,14 +47,11 @@ }, "linux": { "icon": "assets/images/Logos/Nebula-Favicon.png", + "maintainer": "Andrew Zambazos ", "target": [ { "target": "AppImage", "arch": ["x64"] - }, - { - "target": "deb", - "arch": ["x64"] } ], "category": "Network",