Hello-- we are using Electron + rollup (like webpack) + Svelte (like React) + LimeLM. When running dev versions of the app, licensing works well. But when packaging the app into a distributable using electron-forge, the program throws a “ENOENT” error on the ‘spawn’ line of turboactivate. It seems it can't find “native/Mac/systa”:
Uncaught Exception:
Error: spawn native/Mac/systa ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:478:16)
Where would the turboactivate script expect the files to be? I've tried copying the “native” folder into the app's “Resources” folder, but the same error occurs. Is there a PATH issue that prevents TA from locating the systa scripts?
thank you for any help