TEN-Agent icon indicating copy to clipboard operation
TEN-Agent copied to clipboard

Do not use AddonManager::findAppBaseDir() from the Node.js binding

Open halajohn opened this issue 7 months ago • 0 comments

Because it cannot handle symbolic links properly. Instead, switch to using the method from the C runtime to find the app base directory, since the C implementation can handle symbolic links. However, this requires the Node.js addon loader to also be able to run in scenarios where the app itself is a Node.js app. (#882)

halajohn avatar May 27 '25 10:05 halajohn