Skip to content

Commit

Permalink
we need to bundle those extra DLLs for plink
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@25468 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 2, 2020
1 parent 09e8551 commit 0f1c09d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/win32/MINGW_BUILD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ if [ "${BUNDLE_PUTTY}" == "1" ]; then
fi
fi
cp -fn "${TORTOISESVN}/bin/TortoisePlink.exe" "${DIST}/Plink.exe"
for dll in vcruntime140.dll msvcp140.dll vcruntime140_1.dll; do
cp "/c/Windows/System32/$dll" "${DIST}/"
done
#are we meant to include those DLLs?
#rsync -rplogt "${TORTOISESVN}/bin/"*dll "${DIST}/"
fi
Expand Down

0 comments on commit 0f1c09d

Please sign in to comment.