mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-16 21:53:07 +00:00
fix: use linux.desktop.entry for custom desktop Icon field
electron-builder v26 rejects arbitrary keys in linux.desktop — the correct schema wraps custom .desktop overrides inside desktop.entry. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -267,8 +267,10 @@
|
||||
"description": "An autonomous AI development studio that helps you build software faster using AI-powered agents",
|
||||
"synopsis": "AI-powered autonomous development studio",
|
||||
"desktop": {
|
||||
"entry": {
|
||||
"Icon": "/opt/Automaker/resources/logo_larger.png"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rpm": {
|
||||
"depends": [
|
||||
|
||||
Reference in New Issue
Block a user