From 2e893af2dcc624ba25a4654583d65d2374fe23c9 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 3 Jun 2024 00:59:04 +0800 Subject: [PATCH] :art: Add deb release package for Linux https://github.com/siyuan-note/siyuan/issues/11532 --- app/electron-builder-linux-arm64.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/electron-builder-linux-arm64.yml b/app/electron-builder-linux-arm64.yml index 3a16a14be..547d01bca 100644 --- a/app/electron-builder-linux-arm64.yml +++ b/app/electron-builder-linux-arm64.yml @@ -17,6 +17,15 @@ extraFiles: linux: icon: "src/assets/icon.png" category: "Utility" + desktop: { + "Name": "SiYuan", + "Comment": "Refactor your thinking", + "Exec": "siyuan", + "Icon": "src/assets/icon.png", + "Terminal": "false", + "Type": "Application", + "Categories": "Utility;" + } extraResources: - from: "kernel-linux-arm64" to: "kernel"