有没有办法让电子可执行文件 运行 没有其他文件?

Is there a way to make an electron executable run without other files?

我想知道是否可以从 'just the .exe'

制作电子文件 运行

https://i.imgur.com/qchIsb9.png

我的意思是,不必使用导出中包含的所有其他 .dll 和其他文件,因此我可以发送文件或上传文件以供 public 使用。

是的,通过使用像这样的 NPM 模块:electron-builderelectron-winstaller 代替 of electron-packager

我推荐 electron-builder,因为它更易于定制。

另一方面,

electron-winstaller 如果您只是想要一个快速简单的 .exe.

就很棒