copy plugins and resources folders

upstream-master
rolandlo 5 years ago committed by Bryan Tan
parent 8efd4e9a79
commit 165c928728
  1. 7
      windows-setup/build-setup.sh

@ -33,9 +33,14 @@ ldd ../build/src/xournalpp.exe | grep '\/mingw.*\.dll' -o | sort -u | xargs -I{}
ldd ../build/src/xournalpp.exe | grep -E 'lib(ssl|crypto)[^\.]*\.dll' -o | sort -u | xargs -I{} cp "/mingw64/bin/{}" setup/bin/
echo "copy ui"
cp -r ../ui setup/
echo "copy plugins"
cp -r ../plugins setup/
echo "copy resources"
cp -r ../resources setup/
for trans in ../build/po/*.gmo; do
# Bail if there are no translations at all
[ -f "$trans" ] || break;

Loading…
Cancel
Save