Skip to content

Commit a0ad640

Browse files
committed
🎨 Improve linux target build
1 parent 5bd825c commit a0ad640

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

app/electron-builder-linux-arm64.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ linux:
1919
category: "Utility"
2020
executableName: "siyuan"
2121
desktop: {
22-
"Name": "SiYuan",
23-
"Comment": "Refactor your thinking",
24-
"Type": "Application",
25-
"Categories": "Utility;"
22+
entry: {
23+
Name: "SiYuan",
24+
Comment: "Refactor your thinking",
25+
Type: "Application",
26+
Categories: "Utility;"
27+
}
2628
}
2729
extraResources:
2830
- from: "kernel-linux-arm64"

app/electron-builder-linux.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ linux:
1919
category: "Utility"
2020
executableName: "siyuan"
2121
desktop: {
22-
"Name": "SiYuan",
23-
"Comment": "Refactor your thinking",
24-
"Type": "Application",
25-
"Categories": "Utility;"
22+
entry: {
23+
Name: "SiYuan",
24+
Comment: "Refactor your thinking",
25+
Type: "Application",
26+
Categories: "Utility;"
27+
}
2628
}
2729
extraResources:
2830
- from: "kernel-linux"

0 commit comments

Comments
 (0)