mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* feat: native auto updater for MSIX on Windows * doc: added MSIX debug documentation * fix: allow downgrade with json release file and emit update-available * test: msix auot-update tests * doc: API documentation * test: add package version validation * fix: docs typo * fix: don't allow auto-updating when using appinstaller manifest * fix: getPackageInfo interface implementation * fix: review feedback, add comment * fix: missed filename commit * fix: install test cert on demand * fix: time stamp mismatch in tests * fix: feedback - rename to MSIXPackageInfo * fix: update and reference windowsStore property * fix: remove getPackagInfo from public API * fix: type error bcause of removed API
5 lines
222 B
TypeScript
5 lines
222 B
TypeScript
const { updateMsix, registerPackage, registerRestartOnUpdate, getPackageInfo } =
|
|
process._linkedBinding('electron_browser_msix_updater');
|
|
|
|
export { updateMsix, registerPackage, registerRestartOnUpdate, getPackageInfo };
|