电子-重建gRPC

时间:2019-04-14 09:05:22

标签: node.js electron cross-platform grpc rebuild

我是Windows用户,正在开发应该运行跨平台的Electron应用程序。
但是,我不知道如何为Linux和macOS重建gRPC。
我需要从dist目录重建此应用程序。
要为Windows重建:

exec(`cd dist && npm rebuild grpc --target=4.0.3 --runtime=electron --dist-url=https://atom.io/download/electron`);

0 个答案:

没有答案