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")
|
||||
|
||||
cat > "$MutWsInfo" <<EOF
|
||||
\$Description \"$(cat "$MutPubContent/description.txt")\"
|
||||
\$Title \"$(cat "$MutPubContent/title.txt")\"
|
||||
\$PreviewFile \"$(cygpath -w "$MutPubContent/preview.png")\"
|
||||
\$Tags \"$(cat "$MutPubContent/tags.txt")\"
|
||||
\$MicroTxItem \"false\"
|
||||
\$PackageDirectory \"$(cygpath -w "$PreparedWsDir")\"
|
||||
\$Description "$(cat "$MutPubContent/description.txt")"
|
||||
\$Title "$(cat "$MutPubContent/title.txt")"
|
||||
\$PreviewFile "$(cygpath -w "$MutPubContent/preview.png")"
|
||||
\$Tags "$(cat "$MutPubContent/tags.txt")"
|
||||
\$MicroTxItem "false"
|
||||
\$PackageDirectory "$(cygpath -w "$PreparedWsDir")"
|
||||
EOF
|
||||
|
||||
cp -rf "$KFPublish" "$PreparedWsDir"
|
||||
|
Loading…
Reference in New Issue
Block a user