-
-
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
Error: Invalid major number number in: <version> #7789
Comments
Research: The error is thrown by appInfo.shortVersionWindows || appInfo.getVersionInWeirdWindowsForm(), Since it won't be called if if (info.metadata.shortVersionWindows) {
this.shortVersionWindows = info.metadata.shortVersionWindows
} This means the user needs to be able to set the The this._appInfo = new AppInfo(this, null)
deepAssign(this.metadata, configuration.extraMetadata) So it should be possible to pass |
The build fails with this command:
and the error: Looking at the output, the error is caused by these 2 flags:
Which I presume is because |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been stalled for 30 days with no activity. |
The text was updated successfully, but these errors were encountered: