Nativefier: Add support for mas platform and arm architecture

Created on 26 Jan 2016  路  3Comments  路  Source: jiahaog/nativefier

Seeing as Electron already provides mas (Mac App Store) and arm architecture builds for Linux, I see no reason not to implement this into nativefier.

Most helpful comment

Please consider ARM support, for Raspberry Pi 3 and Pyra will be able to use Nativefier if you do.

All 3 comments

Hi! Forgive me if I misunderstand you, but it is not planned, as the intention is for you to create apps for your own distribution or to share with friends. It's not really intended for users to put the apps you have created up on the app store.

Sorry to bump an old closed topic, but why not have armv7l support? I tried hacking it into the nativefier/lib/infer/inferOs.js file and the test passes but it still doesn't work, failing like this:

jake@devotron:~/repos/nativefier$ nativefier --platform linux --arch armv7l "https://www.youtube.com/tv" packaging [============================== ] 60% [Error: Unsupported arch armv7l; must be one of: ia32, x64] packaging [======================================== ] 80%jake@devotron:~/repos/nativefier$

Please consider ARM support, for Raspberry Pi 3 and Pyra will be able to use Nativefier if you do.

Was this page helpful?
0 / 5 - 0 ratings