Merge pull request #5238 from electron/felix/appx-detection

Add Windows Store Detection
This commit is contained in:
Cheng Zhao 2016-04-21 16:21:38 +09:00
commit c92e622ce0
2 changed files with 11 additions and 0 deletions

View file

@ -10,6 +10,8 @@ upstream node:
* `process.resourcesPath` String - Path to JavaScript source code.
* `process.mas` Boolean - For Mac App Store build, this value is `true`, for
other builds it is `undefined`.
* `process.windowsstore` Boolean - If the app is running as a Windows Store app (appx), this value is `true`, for
other builds it is `undefined`.
## Events