fix(desktop): align installer versions with OpenBot releases - #536
Merged
Merged
Conversation
davidmckayv
requested review from
MikeRyanDev,
guidovizoso,
mxmzb and
tylerslaton
as code owners
September 14, 2026 18:11
guidovizoso
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Desktop installers were labeled
0.0.0regardless of the OpenBot release. Tauri now reads the rootpackage.jsonversion, the release workflow synchronizes the desktop Cargo manifest/lockfile, and CI rejects drift. Internal builds useX.Y.Z-internal.g<commit>so testers can identify their build.Both packaging workflows set the version before compilation and signing. macOS keeps numeric system version fields and records the full internal identifier separately. Verification reads the app inside the finished DMG and checks both the extracted Windows app and NSIS installer, so temporary build-output cleanup cannot invalidate the checks.
Validation:
0.0.10-internal.g2e08432d9404, have valid timestamped Tawkit, Inc. signatures, and downloaded hashes match the evidence. Windows test artifacts / signature evidence.The distributed test pair uses commit
2e08432; the follow-up commit only corrects Mac CI verification. Application source is identical. Mac builds are ad-hoc signed for internal testing, without Apple notarization. No public release is published.Closes FOR-305.