Jim Fisher

Results 118 comments of Jim Fisher

I'm signing it for submission to the Microsoft Store, which requires a bundle signed with my Microsoft developer identity

Note for comparison this alternative project which has the API I suggest in the PR: https://www.electron.build/configuration/appx

@mahnunchik no, I think this repo is dead/unmaintained :-(

Duplicate of https://github.com/felixrieseberg/electron-windows-store/issues/82

Should be fixed in https://github.com/felixrieseberg/electron-windows-store/pull/131; in the mean time the correct (but confusing) way to use this package is like so: ``` const convertToWindowsStore = require('electron-windows-store'); convertToWindowsStore({ identityName: '12345MyCompany.Ghost', //...

It appears this error does not originate from `electron-windows-store` code; it comes from `makeappx.exe` which it calls here: https://github.com/felixrieseberg/electron-windows-store/blob/master/lib/makeappx.js#L34

Should be fixed in https://github.com/felixrieseberg/electron-windows-store/pull/131; in the meantime the correct (but confusing) way to use this package is like so: ``` const convertToWindowsStore = require('electron-windows-store'); convertToWindowsStore({ identityName: '12345MyCompany.Ghost', // This...

Duplicate of https://github.com/felixrieseberg/electron-windows-store/issues/82

Should be fixed in https://github.com/felixrieseberg/electron-windows-store/pull/131; in the mean time the correct (but confusing) way to use this package is like so: ``` const convertToWindowsStore = require('electron-windows-store'); convertToWindowsStore({ identityName: '12345MyCompany.Ghost', //...