view deploy/osx/generate-qrc @ 98:fb4ca43863b5

This will be a test release
author Chris Cannam
date Fri, 28 Feb 2020 11:34:19 +0000
parents 38cd115c91d4
children
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 -e 's/@SUFFIX@/.dylib/g' -e 's/@EXESUFFIX@//g' > "$qrc"