SabakiHQ / Sabaki

An elegant Go board and SGF editor for a more civilized age.
https://sabaki.yichuanshen.de/
MIT License
2.39k stars 375 forks source link

Perform theme copy natively without recursive-copy #901

Closed apetresc closed 2 years ago

apetresc commented 2 years ago

There's some sort of issue with recursive-copy's interaction with Electron's ASAR-patched fs module. This sidesteps the entire issue by just reimplementing the ASAR copy-extraction using native fs instead of involving third-party libraries.

This is now sync instead of async but I don't think this will matter.

Fixes #897.