|
13 | 13 |
|
14 | 14 | ### Description:
|
15 | 15 |
|
16 |
| -WPF+MVVM实现的自动更新程序 |
| 16 | +WPF & MVVM |
17 | 17 |
|
18 |
| -- 支持更新包文件验证(比较文件MD5码) |
19 |
| -- 支持区分x86与x64程序的更新 |
20 |
| -- 支持更新程序的版本号 |
21 |
| -- 支持执行更新策略 |
| 18 | +- Support for update package file verification (comparison file MD5 code) |
| 19 | +- Support for distinguishing between x86 and x64 programs |
| 20 | +- Support for the version number of the updater |
| 21 | +- Support for performing update strategies |
22 | 22 |
|
23 |
| -### Screenshots: |
| 23 | +### Usage: |
24 | 24 |
|
25 |
| - |
| 25 | +Program startup requires 6 parameters |
26 | 26 |
|
27 |
| -### Usage: |
| 27 | +1. Current version number (0.9.0.0) |
| 28 | +2. Upgraded version number (1.0.0.0) |
| 29 | +3. Update description URL (https://github.com/WELL-E) |
| 30 | +4. Update package file URL( http://localhost:9090/UpdateFile.zip) |
| 31 | +5. Updated file release path (E:\PlatformPath) |
| 32 | +6. Update package file MD5 code (2b406701f8ad92922feb537fc789561a) |
28 | 33 |
|
29 |
| -程序启动需要6个参数 |
| 34 | +For parameters such as debugging, the parameters can be set to:`0.9.0.0 1.0.0.0 https://github.com/WELL-E http://localhost:9090/UpdateFile.zip E:\PlatformPath 2b406701f8ad92922feb537fc789561a` |
30 | 35 |
|
31 |
| -1. 当前版本号(0.9.0.0) |
32 |
| -2. 升级的版本号(1.0.0.0) |
33 |
| -3. 更新说明URL(https://github.com/WELL-E) |
34 |
| -4. 更新包文件URL( http://localhost:9090/UpdateFile.zip) |
35 |
| -5. 更新后文件释放路径(E:\PlatformPath) |
36 |
| -6. 更新包文件MD5码(2b406701f8ad92922feb537fc789561a) |
| 36 | +**annotate:** `http://localhost:9090/UpdateFile.zip` |
37 | 37 |
|
38 |
| -如调试时参数时,参数可设为:`0.9.0.0 1.0.0.0 https://github.com/WELL-E http://localhost:9090/UpdateFile.zip E:\PlatformPath 2b406701f8ad92922feb537fc789561a` |
| 38 | +- `http://localhost:9090/`:File server address built for yourself |
| 39 | +- UpdateFile.zip:Update package file name |
39 | 40 |
|
40 |
| -**注:** `http://localhost:9090/UpdateFile.zip` |
| 41 | +If you have any questions,QQ Group:130108655 |
41 | 42 |
|
42 |
| -- `http://localhost:9090/`:为自己在本地搭建的文件服务器地址 |
43 |
| -- UpdateFile.zip:更新包文件名 |
| 43 | +### Screenshots: |
44 | 44 |
|
45 |
| -如有什么疑问,加QQ群130108655 |
| 45 | + |
46 | 46 |
|
47 | 47 | ### Special thanks:
|
48 | 48 | @[JusterZhu](https://github.com/JusterZhu)
|
|
0 commit comments