electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.46k stars 1.71k forks source link

feat(appx): Update identityName for windows 10 #8203

Closed ifurther closed 2 months ago

ifurther commented 2 months ago

Updated the identityName rule https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-identity

Fixes: #8199

changeset-bot[bot] commented 2 months ago

🦋 Changeset detected

Latest commit: 78de7d23d2ef275cefc4c9f3d2edd08343b88b79

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages | Name | Type | | --------------------------------- | ----- | | app-builder-lib | Patch | | dmg-builder | Patch | | electron-builder-squirrel-windows | Patch | | electron-builder | Patch | | electron-forge-maker-appimage | Patch | | electron-forge-maker-nsis-web | Patch | | electron-forge-maker-nsis | Patch | | electron-forge-maker-snap | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

netlify[bot] commented 2 months ago

Deploy Preview for car-park-attendant-cleat-11576 ready!

Name Link
Latest commit 78de7d23d2ef275cefc4c9f3d2edd08343b88b79
Latest deploy log https://app.netlify.com/sites/car-park-attendant-cleat-11576/deploys/663911f51db8b00008b40036
Deploy Preview https://deploy-preview-8203--car-park-attendant-cleat-11576.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mmaietta commented 2 months ago

Need to revert this PR, it seems it also broke Appx unit tests. Please take a look when you have a chance. Thank you!