fix: remove invalid license property from RPM configuration

The 'license' property is not supported by electron-builder's RPM schema.
Valid RPM properties are: afterInstall, afterRemove, appArmorProfile,
artifactName, category, compression, depends, description, desktop,
executableArgs, fpm, icon, maintainer, mimeTypes, packageCategory,
packageName, publish, synopsis, vendor.

This fix allows electron-builder to proceed to the RPM build stage.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
DhanushSantosh
2026-01-16 12:47:29 +05:30
parent 017ff3ca0a
commit 12f2b9f2b3

View File

@@ -231,8 +231,7 @@
"libuuid"
],
"compression": "xz",
"vendor": "AutoMaker Team",
"license": "SEE LICENSE IN LICENSE"
"vendor": "AutoMaker Team"
},
"nsis": {
"oneClick": false,