You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Successfully reproduced against the latest version of NW.js?
Current/Missing Behavior
When we install the sdk version of nw and then run it through the console, we are getting an error of missing binary instead of launching the application normally.
Expected/Proposed Behavior
Nw runs normally and has no issues.
Additional Info
It seems that it is still attempting to run the regular nwjs production version instead of the sdk one even though in the postinstall script it downloaded and extracted the sdk one.
Workaround for this one is to rename nwjs-sdk-v0.88.0-win-x64 to nwjs-v0.88.0-3-win-x64 so that the sdk binary is run.
Issue Type
(Issue moved from nwjs/nw.js#8193)
Current/Missing Behavior
When we install the sdk version of nw and then run it through the console, we are getting an error of missing binary instead of launching the application normally.
Expected/Proposed Behavior
Nw runs normally and has no issues.
Additional Info
It seems that it is still attempting to run the regular nwjs production version instead of the sdk one even though in the postinstall script it downloaded and extracted the sdk one.
Workaround for this one is to rename
nwjs-sdk-v0.88.0-win-x64
tonwjs-v0.88.0-3-win-x64
so that the sdk binary is run.N/A
N/A
The text was updated successfully, but these errors were encountered: