Electron在Windows上可以打包mac版的app吗
使用Electron在windows上开发了一个程序,但是没有mac,可以在windows上打包出mac版上的app吗?
是的,你可以在Windows环境中使用Electron来打包macOS版本的应用程序,不过这个过程可能会稍微复杂一些。
Home of Little Jelly
使用Electron在windows上开发了一个程序,但是没有mac,可以在windows上打包出mac版上的app吗?
是的,你可以在Windows环境中使用Electron来打包macOS版本的应用程序,不过这个过程可能会稍微复杂一些。
Electron开发过程中,在`index.html`使用 `require(‘./renderer.js’)`时报错`require is not defined`。
原因在于较新版本中`nodeIntegration`和`contextIsolation`的默认配置发生了变化,恢复其配置即可。