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