得到:下载电子释放工件 源码
@ electron / get 下载电子释放工件 用法 简单:下载电子二进制ZIP import { download } from '@electron/get' ; // NB: Use this syntax within an async function, Node does not have support for // top-level await as of Node 12. const zipFilePath = await download ( '4.0.4' ) ; 高级:下载macOS电子符号文件 import { downloadArtifact }
用户评论