Source Code Directory Structure Structure of Source Code Structure of Other Directories Source Code Directory Structure The source code of Electron is separated into a few par...
Publishing and Updating Learning goals Using update.electronjs.org Publishing a GitHub release Generating a personal access token Setting up the GitHub Publisher Installing the ...
Build Instructions (macOS) Prerequisites Python macOS SDK Building Electron Build Instructions (macOS) Follow the guidelines below for building Electron itself on macOS, fo...
Code Signing Signing & notarizing macOS builds electron-forge electron-builder electron-packager Mac App Store Signing Windows builds Windows Store Code Signing Code s...
打造你的第一个 Electron 应用 安装 Electron 开发一个简易的 Electron 启动你的应用 尝试此例 打造你的第一个 Electron 应用 Electron 可以让你使用纯 JavaScript 调用丰富的原生(操作系统) APIs 来创造桌面应用。 你可以把它看作一个 Node. js 的变体,它专注于桌面应用而不是 ...