nwjs / nw-gyp

native addon build tool for node-webkit
MIT License
195 stars 46 forks source link

run time build #147

Open ppp169321 opened 3 years ago

ppp169321 commented 3 years ago

i tried "nw-gyp rebuild --target=0.14.7 --release --arch=ia32", but when i put nwjs project on another desktop PC, they always show cannot find vcruntime140d.dll, but i already install all vc++ runtime on the PC, and I checked there is vcruntime140.dll on the PC. What can i do for this? I only want install the runtime version on the device