# updator **Repository Path**: tpsoftcn/updator ## Basic Information - **Project Name**: updator - **Description**: windows桌面客户端平台通用文件更新、升级程序,无依赖,无dll,直接通过xml配置。 - **Primary Language**: JavaScript - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2021-11-01 - **Last Updated**: 2024-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: 更新程序, 升级程序 ## README # updator #### 介绍 通用单文件更新程序,无依赖,通过xml配置,系统兼容windows xp至11 ![输入图片说明](https://images.gitee.com/uploads/images/2021/1101/120850_c36a01e0_7976810.jpeg "QQ截图20211101120749.jpg") #### UpdateList.xml 配置说明 1. AutoUpdater/Updater/Url 服务器xml文件地址 2. AutoUpdater/Updater/DownloadUrl 服务器更新文件下载地址 3. AutoUpdater/Application/EntryPoint 更新完成后执行程序 4. AutoUpdater/Files/File 更新文件列表及版本号,用于对比本地同名文件的列表和版本号。 5. AutoUpdater/DeleteFiles/File 删除的文件列表