🎨 Windows Store Camels

This commit is contained in:
Felix Rieseberg 2016-04-21 19:11:25 -07:00
parent bb2cab2858
commit c0f63eed4e
2 changed files with 2 additions and 2 deletions

View file

@ -51,5 +51,5 @@ if (process.type === 'browser') {
// Nobody else get's to install there, changing the path is forbidden
// We can therefore say that we're running as appx
if (process.platform === 'win32' && __dirname.indexOf('\\Program Files\\WindowsApps\\') === 2) {
process.windowsstore = true
process.windowsStore = true
}