fix wsinfo
This commit is contained in:
parent
7a3dd171f7
commit
48b3a87401
12
builder
12
builder
@ -376,12 +376,12 @@ function upload ()
|
|||||||
PreparedWsDir=$(mktemp -d -u -p "$KFDoc")
|
PreparedWsDir=$(mktemp -d -u -p "$KFDoc")
|
||||||
|
|
||||||
cat > "$MutWsInfo" <<EOF
|
cat > "$MutWsInfo" <<EOF
|
||||||
\$Description \"$(cat "$MutPubContent/description.txt")\"
|
\$Description "$(cat "$MutPubContent/description.txt")"
|
||||||
\$Title \"$(cat "$MutPubContent/title.txt")\"
|
\$Title "$(cat "$MutPubContent/title.txt")"
|
||||||
\$PreviewFile \"$(cygpath -w "$MutPubContent/preview.png")\"
|
\$PreviewFile "$(cygpath -w "$MutPubContent/preview.png")"
|
||||||
\$Tags \"$(cat "$MutPubContent/tags.txt")\"
|
\$Tags "$(cat "$MutPubContent/tags.txt")"
|
||||||
\$MicroTxItem \"false\"
|
\$MicroTxItem "false"
|
||||||
\$PackageDirectory \"$(cygpath -w "$PreparedWsDir")\"
|
\$PackageDirectory "$(cygpath -w "$PreparedWsDir")"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cp -rf "$KFPublish" "$PreparedWsDir"
|
cp -rf "$KFPublish" "$PreparedWsDir"
|
||||||
|
Loading…
Reference in New Issue
Block a user