文件名称:nw-updater:基于 Node-webkit 的应用程序自动更新器(直接或使用 torrent 分发)
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-11 00:38:35
JavaScript
node-webkit 更新模块 在后台自动(和静默)更新 node-webkit 应用程序 这个怎么运作? 此代码将联系更新 API 端点,如果有新版本可用,将下载并安装它。 var gui = require('nw.gui'); var currentVersion = gui.App.manifest.version var updater = require('nw-updater')({ 'channel':'beta', 'currentVersion': currentVersion, 'endpoint': 'http://torrentv.github.io/update.json', 'pubkey': '-----BEGIN RSA PUBLIC KEY-----\nMII...' }) updater.update() //o
【文件预览】:
nw-updater-master
----index.js(13KB)
----package.json(815B)
----.gitignore(44B)
----README.md(2KB)