зеркало из
1
0
Форкнуть 0
MSIX-PackageSupportFramework/fixups/ElectronFixup
Joseph Longhi 02e8a013bd Breaking Change: Renaming fraemwork to align with functionality
- Shim has been replaced with PSF in some instances to capture framework functionality.
 - Shim has been replaced with fixup in some instances to describe detoured functionality.
2018-09-25 14:39:02 -07:00
..
ElectronFixup.sln Breaking Change: Renaming fraemwork to align with functionality 2018-09-25 14:39:02 -07:00
ElectronFixup.vcxproj Breaking Change: Renaming fraemwork to align with functionality 2018-09-25 14:39:02 -07:00
ElectronFixup.vcxproj.filters Breaking Change: Renaming fraemwork to align with functionality 2018-09-25 14:39:02 -07:00
ElectronFixupForPartialTrust.cpp Breaking Change: Renaming fraemwork to align with functionality 2018-09-25 14:39:02 -07:00
ElectronFixupForPartialTrustImpls.h Breaking Change: Renaming fraemwork to align with functionality 2018-09-25 14:39:02 -07:00
main.cpp Breaking Change: Renaming fraemwork to align with functionality 2018-09-25 14:39:02 -07:00
readme.md Breaking Change: Renaming fraemwork to align with functionality 2018-09-25 14:39:02 -07:00

readme.md

Electron Fixup

The electron fixup is designed to allow a basic application using the electron framework to launch in an application container. The electron fixup is not designed as a one size fits all to allow every feature of an electron application to be executed in an app container.

Usage

There is no specific configuration required for the fixup. Only the basic PSF dependencies are required as outlined in the psfruntime usage readme under fixup loading. Also see step-by-step instructions on PSF.

Restrictions

Electron fixup relies on CreateFileFromAppW API which requires Windows SDK version 1803 (10.0.17134) or greater.