1
0

fix wsinfo

This commit is contained in:
GenZmeY 2022-01-16 07:18:08 +03:00
parent 7a3dd171f7
commit 48b3a87401

12
builder
View File

@ -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"