fixup wixoss images download url

use https instead of http
This commit is contained in:
Deardrops 2018-03-10 16:42:04 +08:00 committed by GitHub
parent a8c37e7d85
commit 9a29d25363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
``` ```
cd webxoss-client cd webxoss-client
curl http://webxoss.com/images.tar | tar xv curl https://webxoss.com/images.tar | tar xv
cd - cd -
``` ```