Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor muxer handling to use runtime version for all platforms
- Remove FileVersionInfo logic entirely (all platforms now use same approach)
- Implement rename-extract-compare-restore workflow:
  1. Read existing muxer version from runtime directory
  2. Rename existing muxer to .tmp if present
  3. Extract archive (all files directly)
  4. Compare runtime versions
  5. Restore old muxer if new version < old version
- Simplify extraction code - no special muxer handling during extraction
- Remove ShouldUpdateMuxer, GetMuxerFileVersion, GetRuntimeVersionFromArchive, etc.
- Keep only GetLatestRuntimeVersionFromInstallRoot for version detection
- Update tests to check runtime versions instead of calling removed methods

Co-authored-by: dsplaisted <[email protected]>
  • Loading branch information
Copilot and dsplaisted committed Dec 4, 2025
commit f16e380490d589d77744e1f978fae57a28f42b02
Loading