From ca8856f463867665cfade5a804e55dba0d2b1d09 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 3 Jun 2024 01:14:41 +0800 Subject: [PATCH] :art: Add deb release package for Linux https://github.com/siyuan-note/siyuan/issues/11532 --- app/electron-builder-linux-arm64.yml | 2 +- app/electron-builder-linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/electron-builder-linux-arm64.yml b/app/electron-builder-linux-arm64.yml index 9c60f2c3ac7..59573f33298 100644 --- a/app/electron-builder-linux-arm64.yml +++ b/app/electron-builder-linux-arm64.yml @@ -21,7 +21,7 @@ linux: desktop: { "Name": "SiYuan", "Comment": "Refactor your thinking", - "Icon": "src/assets/icon.png", + "Icon": "stage/icon.png", "Type": "Application", "Categories": "Utility;" } diff --git a/app/electron-builder-linux.yml b/app/electron-builder-linux.yml index f32e4f413e9..c15b44fb1cb 100644 --- a/app/electron-builder-linux.yml +++ b/app/electron-builder-linux.yml @@ -21,7 +21,7 @@ linux: desktop: { "Name": "SiYuan", "Comment": "Refactor your thinking", - "Icon": "src/assets/icon.png", + "Icon": "stage/icon.png", "Type": "Application", "Categories": "Utility;" }