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

Fix unsigned gui distribution #202

Closed daose closed 4 years ago

daose commented 4 years ago

Fixes #200

Manually including three dependency (with a comment of the version) since electron-builder was ignoring files that we needed

Fixes #183

Manually copying the native node module to spritec_gui project instead of relying on npm dependency. This is also because electron-builder includes way too many build artifacts/files that ends up in the final app (supposedly there is a files config to specify, that I haven't had luck, so doing this for now as stopgap).