Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(appx): use identityName for app name (#1941)
BREAKING CHANGE: if identityName is specified in your config and differs from your app name, appx id will be changed to identify name. It is very useful to set a custom `identityName` when the name of the app in package.json contains hyphens (which are not permitted in `appxmanifest.yml`). Even if you set a non-hyphenated name as `identityName`, electron-builder will still use the package.json's `name` property for the `name` appxmanifest.yml value. Thus, we attempt to re-use `identityName` for that case as well. Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information