mailsend-go: Fix url

This commit is contained in:
Richard Kuhnt 2019-04-22 15:24:33 +02:00
parent 5da7a335ec
commit d47311c39b

View File

@ -25,10 +25,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/muquit/mailsend-go/releases/download/v$version/mailsend-go_$version_windows_64-bit.zip"
"url": "https://github.com/muquit/mailsend-go/releases/download/v$version/mailsend-go_$version_windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/muquit/mailsend-go/releases/download/v$version/mailsend-go_$version_windows_32-bit.zip"
"url": "https://github.com/muquit/mailsend-go/releases/download/v$version/mailsend-go_$version_windows-32bit.zip"
}
},
"hash": {