feat(release): add Microsoft Store (MSIX) packaging#142
Merged
Conversation
Adds an appx target to electron-builder alongside the existing NSIS installer, with the app identity/capabilities reserved in Partner Center, and a build-windows-store CI job that produces the package on every tag build. NSIS remains the default Windows distribution channel; this is additive.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughAdds Windows Store AppX packaging metadata, a dedicated npm build script, and a GitHub Actions job that builds and uploads the resulting ChangesWindows Store packaging
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant GitHubActions
participant NpmScript
participant ElectronBuilder
participant ArtifactStorage
GitHubActions->>NpmScript: run build:win:store
NpmScript->>ElectronBuilder: build Windows AppX target
ElectronBuilder-->>GitHubActions: produce .appx package
GitHubActions->>ArtifactStorage: upload openscreen-windows-store
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Summary
appxtarget to electron-builder alongside the existing NSIS installer, with the Microsoft Store package identity (EtienneLescot.OpenScreen) reserved in Partner Center andmicrophone/webcamcapabilities declaredbuild:win:storenpm scriptbuild-windows-storeCI job tobuild.ymlthat produces the.appxartifact on every tag buildContext
First step toward publishing OpenScreen on the Microsoft Store. NSIS remains the default/primary Windows distribution channel — this is purely additive. Store submission itself (Partner Center listing, screenshots, age rating) is handled outside this repo and is in progress separately.
Test plan
npm run build:win:storeproduces a valid signed-for-testing.appxthat installs and runs (screen/mic/webcam capture confirmed working from the packaged app)runFullTrust,microphone,webcam) verified present in the built packageSummary by CodeRabbit