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
{{ message }}
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
When trying to build with --platform=windows-arm (as listed in the help), the script throws an error:
D:\OpenT2T\node-apphost\build.js:338
throw new Error("Unsupported platform: " + platform);
It looks like that's equivalent to building with --platform=desktop and --dest-cpu=arm, so maybe the notion of a separate "windows-arm" platform should be removed. But that also failed for me:
Setting Up! [ This will take some time.. ]
[ creating release folder ]
Running [ cloning nodejs ]
Running [ cloning jxcore ]
Running [ checkout nodejs branch ]
Running [ checkout jxcore branch ]
[ patching node.gyp ]
nodejs -> [ patching configure ]
nodejs -> [ patching node.cc ]
nodejs -> [ patching module.js ]
nodejs -> [ patching fs.js ]
[ patching jx.gyp ]
Running [ building for nodejs@desktop ]
Running [ copying Windows binaries ]
D:\OpenT2T\node-apphost>del D:\OpenT2T\node-apphost\winproj\test_app\*.lib
D:\OpenT2T\node-apphost>del D:\OpenT2T\node-apphost\winproj\test_app\*.dll
D:\OpenT2T\node-apphost>copy D:\OpenT2T\node-apphost\nodejs\Debug\*.lib D:\OpenT2T\node-apphost\winproj\test_app\
D:\OpenT2T\node-apphost\nodejs\Debug\*.lib
0 file(s) copied.
D:\OpenT2T\node-apphost>copy D:\OpenT2T\node-apphost\nodejs\Debug\*.dll D:\OpenT2T\node-apphost\winproj\test_app\
D:\OpenT2T\node-apphost\nodejs\Debug\*.dll
0 file(s) copied.
Could Not Find D:\OpenT2T\node-apphost\winproj\test_app\*.lib
Could Not Find D:\OpenT2T\node-apphost\winproj\test_app\*.dll
The system cannot find the file specified.
The system cannot find the file specified.
FAILED: D:\OpenT2T\node-apphost\temp\copy.bat