New package: O2CSI.Candeo version 0.5.1 - #436331
Olivier Orabona (oorabona) wants to merge 3 commits into
Conversation
|
Hello Olivier Orabona (@oorabona), This PR cannot be merged until you sign the Contributor License Agreement (CLA). More information on this process can be found on the Microsoft Open Source website. Template: msftbot/needsCLA |
|
Url Validation Error
|
|
Hello Olivier Orabona (@oorabona), The package manager bot determined there was an issue with some of the URLs included in the manifest file. Please check the pull request for more details and make sure the urls are correct. Template: msftbot/validationError/urls/smartScreen |
|
Thank you for your contribution Olivier Orabona (@oorabona)! There was an issue validating your pull request. Many common validation questions and issues can be resolved by reading through the Validation Guide. Please review the guide and update your pull request if needed. If you have any questions, feel free to ask for help! Template: msftbot/validation/validationGuideAdded |
|
Url Validation Error
|
|
Hello Olivier Orabona (@oorabona), The package manager bot determined there was an issue with some of the URLs included in the manifest file. Please check the pull request for more details and make sure the urls are correct. Template: msftbot/validationError/urls/smartScreen |
|
Url Validation Error
|
|
Hello Olivier Orabona (@oorabona), The package manager bot determined there was an issue with some of the URLs included in the manifest file. Please check the pull request for more details and make sure the urls are correct. Template: msftbot/validationError/urls/smartScreen |
|
Url Validation Error
|
|
Hello Olivier Orabona (@oorabona), The package manager bot determined there was an issue with some of the URLs included in the manifest file. Please check the pull request for more details and make sure the urls are correct. Template: msftbot/validationError/urls/smartScreen |
|
Olivier Orabona (@oorabona) please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
New package: O2CSI.Candeo version 0.5.1
Candeo controls a keyboard's lighting by writing to the device over the HID interface Windows already exposes: no vendor runtime, no background service, no account. Effects are written in TypeScript and run inside the application. Source and releases: https://github.com/o2csi/candeo — GPL-3.0-only.
Two installers are declared, both published by the project's release workflow:
candeo_0.5.1_x64-setup.exe— Nullsoft,Scope: user, no administrator needed.candeo_0.5.1_x64_en-US.msi— WiX,Scope: machine, with its upgrade code declared so each version replaces the one before.Checklist
O2CSIorCandeo.winget validate --manifest <path>?winget install --manifest <path>? — not run: installing from a local manifest requires theLocalManifestFilessetting and an elevated shell. Instead, both installers were downloaded from the release and their SHA-256 compared with theSHA256SUMSfile published alongside them; the hashes in the manifest are taken from that file.The installers are not Authenticode signed yet, which the project says plainly on its site and in its release notes.
Microsoft Reviewers: Open in CodeFlow