creator-v0.1.0
·
41 commits
to master
since this release
fix(creator): exclude release-creator from the packaged repo copy The first creator-v0.1.0 tag build died with ENAMETOOLONG on Linux: electron-builder streams the repo extraResource into desktop/release-creator/.../resources/repo while the filter walks the live tree, and the filter excluded only desktop/release, so the Creator output tree was copied into itself recursively. One exclusion line, plus a rename-proof regression test deriving the assertion from each flavor's own directories.output.