zoom-ms-utility icon indicating copy to clipboard operation
zoom-ms-utility copied to clipboard

Standalone Linux support

Open ttshaw1 opened this issue 3 years ago • 1 comments

I'm trying to build the standalone NW.js app with npm run dist, and I get an error "Failed at the [email protected] dist script 'npx build --tasks win-x64,mac-x64 --mirror https://dl.nwjs.io/ .'." I've also attached the npm debug log: npm debug log

It looks like dist only contains zip files for Mac and Windows. If that's the source of the problem, are there any plans to create a Linux version?

ttshaw1 avatar Jul 12 '21 03:07 ttshaw1

Hi @ttshaw1 , that's for the stand alone NW.js / electron binary app. You should be able to use the node web app plus browser instead, try those instructions: https://github.com/g200kg/zoom-ms-utility#via-nodejs

JohnnyMarnell avatar Jul 12 '21 13:07 JohnnyMarnell