Commit deb23acd authored by coolfish's avatar coolfish

更换下载路径

parent 6a3d097a
......@@ -40,7 +40,7 @@ export default {
_getMacDownloadUrl () {
getMacDownloadUrl().then((res) => {
if (res.url) {
this.macDownloadUrl = res.url
this.macDownloadUrl = res.url.replace('-mac.zip', '.dmg')
}
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment