Update: LeoGalli.CharlieRPScreenShareTool to v3.0.0 (zip installer) - #423780
Open
Leonardo Galli (Leo-Galli) wants to merge 3 commits into
Open
Update: LeoGalli.CharlieRPScreenShareTool to v3.0.0 (zip installer)#423780Leonardo Galli (Leo-Galli) wants to merge 3 commits into
Leonardo Galli (Leo-Galli) wants to merge 3 commits into
Conversation
Use zip installer instead of raw portable exe to pass installation validation. The zip contains screensharetool.exe + run.bat + README.md. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
Leonardo Galli (Leo-Galli)
added a commit
to Leo-Galli/ScreenShareTool
that referenced
this pull request
Aug 25, 2026
Changed from raw portable exe to zip installer containing exe + bat + readme. The previous PR (#423511) failed because the portable exe requires admin privileges and interactive input during winget's automated installation test. New PR: microsoft/winget-pkgs#423780 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
|
Inconsistencies detected in package
|
The rebuilt screensharetool.exe fixes a crash in the HTML dashboard (html_escape failed on integer DNS cache type values). Updated zip SHA256 and added the missing x86 installer entry flagged by the validator. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
Removed HTML dashboard, added whole-PC cheat scan, AstroSS-grade BAM parser with signatures, USBSTOR history, and 48 cheat clients. Updated SHA256 for the rebuilt release zip. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
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.
Update: LeoGalli.CharlieRPScreenShareTool to v3.0.0
Changes
portableexe tozipwith nested portableWhy zip instead of portable exe
The previous PR (#423511) failed Installation Validation because the raw portable exe requires administrator privileges and interactive console input, which caused the automated installer test to fail. Using
zipwithNestedInstallerType: portableextracts the files without executing them, passing validation.Files in zip
screensharetool.exe— Standalone executable (8.4MB, no Python required)run.bat— Auto-elevating launcherREADME.md— DocumentationVerification
Microsoft Reviewers: Open in CodeFlow