文件名称:nw-angular-updater:Node Webkit Angular Updater 服务
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-07 03:26:18
CoffeeScript
nw-角度更新程序 Node Webkit Angular Updater 服务 这个怎么运作 infoUrl必须指向一个 json 文件,该文件的version属性为整数值。 downloadUrl必须指向 Node Webkit 打包的应用程序** filename是下载完成时要覆盖的文件名。 它必须存在(否则不会有任何更新,是吗?) currentVersion设置当前应用程序版本,以匹配来自infoUrl auto (可选;默认为 true)在应用程序执行时自动下载新包(如果需要)。 否则,它只会检查是否需要更新。 应用程序执行后,它会查询infoUrl并解析其 json 以获取属性version 如果version大于currentVersion ,则从downloadUrl开始downloadUrl 下载完成后,它将下载的文件重命名为filename 如何使用:
【文件预览】:
nw-angular-updater-master
----.gitattributes(378B)
----bower.json(460B)
----nw-angular-updater.coffee(3KB)
----README.md(2KB)
----nw-angular-updater.js(5KB)
----.gitignore(574B)