ProtoArt / spritec

The Sprite Compiler turns your 3D models into 2D spritesheets
https://protoart.me/
Mozilla Public License 2.0
32 stars 5 forks source link

GUI: optimize release size #183

Closed daose closed 4 years ago

daose commented 4 years ago

I think the packaged binaries right now are including a bunch of temporary files that don't need (~500MB). If those aren't needed need to figure out what files we actually do need and only bundle those in the electron executable

see https://neon-bindings.com/docs/publishing or electron

daose commented 4 years ago

Tried to use file glob patterns in electron-builder by requiring lib/index.js and native/index.node but somehow the app wasn't working.

It's probably actually do-able but didn't spend more time figuring out how, opting to just do an easy copy/paste instead via npm run copy.