AraBlocks / ara-file-manager

Electron-based desktop app to publish and purchase content with ARA
https://ara.one/app
GNU Lesser General Public License v3.0
26 stars 4 forks source link

feat(package.json): electron builder linux targets #609

Closed zootella closed 4 years ago

zootella commented 4 years ago

@jwerle thanks for adding files for snapcraft, and linux builds for 1.1.1

This branch adds the "linux" target to package.json. These new lines, and a few others, should be all we need to get $ npm run build on linux to make linux binaries (as it already does on mac and windows)

But, I'll need your help testing both the build and the app

zootella commented 4 years ago

This are the docs I'm following: https://www.electron.build/configuration/linux#LinuxConfiguration-target

zootella commented 4 years ago

Additionally, it would be great to be able to build linux on mac (but I need to test both the build and the run)

I've got a Raspberry Pi I need to get going again to test Ara on Linux.