Figure out publishing workflow
ClementTsang opened this issue · 0 comments
ClementTsang commented
Publishing this is... confusing.
The goal was to create a single file executable. Some problems I encountered:
- Could not get resource embedding to work for model files - works fine if I leave them separate them out, but then it means I have to separately distribute the model/scorer files. This is fine, but a bit cumbersome.
- Could not get dll importing to work at all for STT except for including the DLLs separately, and having to run Transcripter with the
LD_LIBRARY_PATH=:
environment variable. That's also kinda not optimal...
If this issue is still open and anyone reading this has any idea on how to fix these, feel free to let me know. I'm pretty unfamiliar with the dotnet (core) method of publishing.