Revamp OrcaSlicer updater#10884
Merged
Merged
Conversation
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.
Description
Revamps the application updater flow to call https://check-version.orcaslicer.com/latest instead of calling github directly
Tests
Note
Moves updater from GitHub to check-version.orcaslicer.com with signed, parameterized requests; adds persistent instance ID and wires build-time signature key across CI/build/CMake.
https://check-version.orcaslicer.com/latestviaAppConfig::version_check_url().iid,v,os,arch,os_info) and optional HMAC-SHA256 signature headers (X-Orca-Ts,X-Orca-Sig).Utils/InstanceID.*) and generated config for build-time key (GeneratedConfig.hpp).GUI_App::check_new_version_sf()and improve OS/arch detection.ORCA_UPDATER_SIG_KEYfrom GitHub Actions to platform build scripts; plumb to CMake (-DORCA_UPDATER_SIG_KEY).GeneratedConfig.hpp; include in targets and add new sources; trim/normalize key.Advapi32, macOSSecurityframework, Linuxlibsecret; addPkgConfigusage.AppConfig::version_check_url()now single-source (nostable_onlyparam) and uses new service URL.AGENTS.mdwith repository guidelines.Written by Cursor Bugbot for commit 8a2ff32. This will update automatically on new commits. Configure here.