发包时目前使用tar压缩,需要改为7z压缩,同时自更新适配 #19
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
要考虑好跨版本更新问题
新自更新流程:下载并解压到一个临时目录中,然后在bat脚本中删掉原文件后并移动这些文件至对应位置
我注意到在v0.3版本中的Settings里已经可以展示出最新的版本号和版本名称,所以在自更新流程改为7z解压后可以通过在接下来发布的版本名中标注v0.3版无法自动解压新版本,建议手动下载并解压。同时版本信息后有【了解此版本】按钮,用户可以点击快捷跳转至下载页面。
v0.3 Settings.vue
之前测试发布时版本被占用了,后来发布时不知道代码版本不会替换,所以使用的是commit id而不是版本