xmake: Fix autoupdate (#33)

This commit is contained in:
Chawye Hsu 2019-05-05 15:42:30 +08:00 committed by GitHub
parent 5ee4e59d4a
commit c4185935ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,6 @@
"github": "https://github.com/xmake-io/xmake" "github": "https://github.com/xmake-io/xmake"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/tboox/xmake-io/releases/download/v$version/xmake-v$version.win32.zip" "url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win32.zip"
} }
} }