feat: msix auto-updater (#49587)

This commit is contained in:
trop[bot]
2026-02-02 14:22:04 +01:00
committed by GitHub
parent f6df2854ff
commit af272ec773
20 changed files with 1738 additions and 8 deletions

View File

@@ -128,8 +128,8 @@ A `string` representing Electron's version string.
### `process.windowsStore` _Readonly_
A `boolean`. If the app is running as a Windows Store app (appx), this property is `true`,
for otherwise it is `undefined`.
A `boolean`. If the app is running as an MSIX package (including AppX for Windows Store),
this property is `true`, otherwise it is `undefined`.
### `process.contextId` _Readonly_