fix build

This commit is contained in:
cookfront
2017-03-31 10:56:12 +08:00
parent defec4a4a3
commit a364634a34
5 changed files with 134 additions and 58 deletions

View File

@@ -14,7 +14,7 @@ command_exists () {
fontname() {
if command_exists superman ; then
echo "//b.yzcdn.cn$server_prefix/$(basename $basepath/../build/font/zanui-icon-*.$1)"
echo "https://b.yzcdn.cn$server_prefix/$(basename $basepath/../build/font/zanui-icon-*.$1)"
else
echo "$(abspath $basepath/../build/font/zanui-icon-*.$1)"
fi