🎨 Improve linux target build

This commit is contained in:
Daniel 2025-02-23 17:12:05 +08:00
parent 5bd825ce54
commit a0ad640114
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 12 additions and 8 deletions

View file

@ -19,10 +19,12 @@ linux:
category: "Utility" category: "Utility"
executableName: "siyuan" executableName: "siyuan"
desktop: { desktop: {
"Name": "SiYuan", entry: {
"Comment": "Refactor your thinking", Name: "SiYuan",
"Type": "Application", Comment: "Refactor your thinking",
"Categories": "Utility;" Type: "Application",
Categories: "Utility;"
}
} }
extraResources: extraResources:
- from: "kernel-linux-arm64" - from: "kernel-linux-arm64"

View file

@ -19,10 +19,12 @@ linux:
category: "Utility" category: "Utility"
executableName: "siyuan" executableName: "siyuan"
desktop: { desktop: {
"Name": "SiYuan", entry: {
"Comment": "Refactor your thinking", Name: "SiYuan",
"Type": "Application", Comment: "Refactor your thinking",
"Categories": "Utility;" Type: "Application",
Categories: "Utility;"
}
} }
extraResources: extraResources:
- from: "kernel-linux" - from: "kernel-linux"