Skip to content

Commit

Permalink
🎨 Add deb release package for Linux #11532
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jun 2, 2024
1 parent 442adc1 commit fe3d359
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/electron-builder-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
to: "kernel"
Expand Down

0 comments on commit fe3d359

Please sign in to comment.