From 5b6e8a74f726652b8a2637cf714efcffb9f3a48f Mon Sep 17 00:00:00 2001 From: johannesjo Date: Thu, 13 Jun 2024 10:37:23 +0200 Subject: [PATCH] build: remove desktop file section from build as it causes issues --- electron-builder.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/electron-builder.yaml b/electron-builder.yaml index 1e1af29b6..bcec5deca 100644 --- a/electron-builder.yaml +++ b/electron-builder.yaml @@ -38,17 +38,17 @@ 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 +# leads to Error: Please specify executable name as linux.executableName instead of linux.desktop.Exec +# 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 snap: grade: stable