-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appx build failure because of identityName #8479
Comments
Can you share your electron-builder config? My initial guess is that what you have set for the Your error is being thrown here in the electron-builder/packages/app-builder-lib/src/targets/AppxTarget.ts Lines 246 to 248 in b3ce7f7
|
If I don't set identityName, then I have to set productName to “8B075296.boardmix-”, but that won't work. I wish I could use my own applicationId first, rather than calculate it based on identityName, unless I didn't set applicationId. @mmaietta |
Gotcha, got a fix coming your way! |
Released in 25.1.4 |
My identityName is "8B075296.boardmix-" cause build failure.
I can't specify applicationId myself if the identityName exists.
The text was updated successfully, but these errors were encountered: