mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
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:
@@ -231,8 +231,7 @@
|
||||
"libuuid"
|
||||
],
|
||||
"compression": "xz",
|
||||
"vendor": "AutoMaker Team",
|
||||
"license": "SEE LICENSE IN LICENSE"
|
||||
"vendor": "AutoMaker Team"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
|
||||
Reference in New Issue
Block a user