← 모든 릴리스 · 2026-05-13 · release

v0.1.93

v0.1.93 — electron-builder 26 의 linux.desktop schema 변경 fix

변경 사항

문제

⨯ Invalid configuration object. electron-builder 26.8.1 has been initialized
using a configuration object that does not match the API schema.
configuration.linux should be one of these:
configuration.linux.desktop has an unknown property 'Name'. These properties are valid:
object { desktopActions?, entry? }

원인

해결 (package.json)

"linux": {
"desktop": {
"entry": {
"Name": "ViewWork",
"Comment": "...",
"Categories": "Development;IDE;",
"StartupWMClass": "ViewWork"
}
}
}

파일 변경

검증


← v0.1.92 v0.1.94 →

📦 GitHub 릴리스 노트: v0.1.93