I'm working with a javascript application that needs to be run offline in a desktop environment. I used the Node Webkit to package my application and generate an executable file. However, after creating this package, the audios stopped playing. Through the app.exe I can analyze the console and check if an error is occurring, but nothing happens.
Do you know of any solution to turn a javascript web project to run on the desktop running the audios correctly?