Increase stack dump depth when using valgrind.
[dcpomatic.git] / icons / make_icns.sh
1 #!/bin/bash
2
3 iconutil --convert icns --output dcpomatic.icns dcpomatic.iconset/
4