generated from maximegris/angular-electron
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
When working on my Tauri PR #360, I noticed an error when building the installer for Windows. Seems the WiX installer toolkit has some limitation of 256 for the major release number.
Therefore, building 2022.1.0
fails on Windows to a too high number. Also, some tools strictly require a SemVer compatible version, so I had to adjust 2022.1
to 2022.1.0
already.
I know @negue, you went through some different versioning schemes already. So, you're probably not willing to change the scheme yet again. Means we'd have to come up with some solution for this eventually. Currently, I just keep the version to 0.1.0
to make it compile 😅
Metadata
Metadata
Assignees
Labels
No labels