这个操作需要node.js环境
这是我的node版本:
运行命令:
npm install nativefier -g
如果显示下载超时,可能要设置代理,设置代理命令:
npm config set proxy http://proxy-server-address:port
npm config set https-proxy http://proxy-server-address:port
删除代理命令:
npm config delete proxy
npm config delete https-proxy
下载完毕后运行命令:
nativefier --name "baidu" --icon "C:\Users\18268\Desktop\favicon.ico" "https://www.baidu.com/"
这样就能把baidu网站打包成一个exe了,关于打包后输出的文件位置,就是你运行命令所在的目录。
命令解释:name exe程序的名称 icon 设置exe文件的图标,可以不设置,会有默认图标
更多关于nativefier的使用,可以查看这个文档: