Newer
Older
#!/bin/bash
# Script to update CopyQ installation on Windows.
build=${1:-"../build-copyq-Qt_4_8_5-Release"}
update "$src"/{README.md,AUTHORS,HACKING,LICENSE} "$dst"
update "$build"/plugins/*.dll "$dst/plugins"
update "$build"/src/*.qm "$dst/translations"