You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im building a appx file and want to use a custom appx manifest file.
The docs mention a customManifestPath property, but it doesn't seem to work.
when I run electron-builder --win
I get this error
⨯ Invalid configuration object. electron-builder 25.1.8 has been initialized using a configuration object that does not match the API schema. configuration.appx has an unknown property 'customManifestPath'. These properties are valid: object { addAutoLaunchExtension?, applicationId?, artifactName?, backgroundColor?, customExtensionsPath?, displayName?, electronUpdaterAware?, identityName?, languages?, makeappxArgs?, maxVersionTested?, minVersion?, publish?, publisher?, publisherDisplayName?, setBuildNumber?, showNameOnTiles? }
Hello,
Im building a appx file and want to use a custom appx manifest file.
The docs mention a customManifestPath property, but it doesn't seem to work.
when I run
electron-builder --win
I get this error
⨯ Invalid configuration object. electron-builder 25.1.8 has been initialized using a configuration object that does not match the API schema. configuration.appx has an unknown property 'customManifestPath'. These properties are valid: object { addAutoLaunchExtension?, applicationId?, artifactName?, backgroundColor?, customExtensionsPath?, displayName?, electronUpdaterAware?, identityName?, languages?, makeappxArgs?, maxVersionTested?, minVersion?, publish?, publisher?, publisherDisplayName?, setBuildNumber?, showNameOnTiles? }
Here are some parts of my package.json
How do I use the
customManifestPath
property? I need to use a custom manifest file because I need to add extra Capabilities to my app.any help would be great, thanks!
The text was updated successfully, but these errors were encountered: