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

Improve build process #518

Closed madelinecameron closed 5 years ago

madelinecameron commented 5 years ago

Change package name from having spaces to having hyphens. No real reason, it's just a huge pain to work with, and has no upsides as far as I know.

Also, changes lib/constants IS_PRODUCTION to rely on the DEBUG env var, which seems slightly better than having to change a file. I think an even better solution would be reading from a static config file or something. Happy to remove this change. :)

madelinecameron commented 5 years ago

Still working on this. :) No new review needed yet.