Hello Wyatt!I hope you are doing well!
I just developed a very simple activator using the TurboActivate NodeJS + Electron example.It was running perfectly when I test it using "electron ." command.But when I build it using electron-packager, it looks like it cant find the TurboActivate.dat file path.This is the screenshot: https://prnt.sc/sn095aI noticed this issue when the app cannot find the TurboActivate.dat file... or when chmod is not set.But I set chmod and placed .dat file inside /native/Mac/TurboActivate.dat
So my question is, where is the right path of TurboActivate.dat, systa, libTurboActivate.dylib file when I build the app?Inside /Contents/Resources/app, there is a copy of electron project, and there, the native directory exists I set chmod on the root build directory, but still error happens.
Please kindly help me to fix this problemI look forward to hear from youThank you
Rey