Mercurial > hg > vamp-plugin-pack
view deploy/linux/generate-qrc @ 51:cf2840ba1e07
Windows build logic and updates
author | Chris Cannam |
---|---|
date | Thu, 30 Jan 2020 13:28:32 +0000 |
parents | 3466e0d1393c |
children | 38cd115c91d4 |
line wrap: on
line source
#!/bin/bash qrc="$1" if [ ! -f "$qrc".in ]; then echo "Input file $qrc.in not found" exit 2 fi set -eu cat "$qrc".in | sed 's/@SUFFIX@/so/g' > "$qrc"