From 84f77343ea37a45ccf9d01ce967df969ad8d0eac Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 7 Jun 2024 11:49:08 +0200 Subject: [PATCH] build: update electron builder settings --- electron-builder.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/electron-builder.yaml b/electron-builder.yaml index 3492e6edc..ea9060930 100644 --- a/electron-builder.yaml +++ b/electron-builder.yaml @@ -38,11 +38,24 @@ linux: - deb - snap - rpm + desktop: + Name: Super Productivity + Comment: A todo list and time tracking app + Exec: superProductivity + Terminal: false + Type: Application + Icon: build/icon.png + GenericName: ToDo List and Time Tracker + publish: - github + snap: grade: stable allowNativeWayland: true + autoStart: true + base: core22 + confinement: strict mac: notarize: true