Closed feydreva closed 1 year ago
Hi, I got the same error... I'll have to check why is this happening, maybe I should compile something first using dotnet or mono. I will investigate, but please be patient, I won't have much free time this month :(
Sorry for the delay, but the issue has been fixed!
I just created dummy dll and pbd files within the src/our-active-win, and the compilation process completed with no errors. I guess that those files are mandatory for Windows builds, and the compilation process fails if no file is found; but those files are not needed for a GNU/Linux compilation, so I guess that are not being used (because are empty files) and the compilation process ends with no error.
Sorry for the inconveniences, I hope you can enjoy the tracker as expected.
Hello
thank you for your script. I was able to follow instruction and build for my linux system. It work perfect for 1.1.8
but now they release 1.2.4
When I run the
npm run package
command i now get error.looks like some dll and pdb are missing.. dll are windows file, not linux. Any idea on how to solve that ? Do you encounter the same issue on your ubuntu build ?
Thank you for your help and future feedback