Get prefs icons from the source tree on when starting from the macOS console.
[dcpomatic.git] / platform / osx / copy_resources.sh
index 82ca60de990c72d77d4ed7e42a8ca46eff8fc3d0..0b5d6128355e278d99cd6f1251ab5b1564afd235 100644 (file)
@@ -2,6 +2,5 @@ mkdir -p build/src/Resources
 cp -r ../libdcp/{tags,xsd,ratings} build/src/Resources
 cp graphics/{link,splash}.png build/src/Resources
 cp graphics/{select,snap,sequence,zoom,zoom_all}.png build/src/Resources
-cp graphics/osx/preferences/*.png build/src/Resources
 cp fonts/*.ttf build/src/Resources
 ln -s $(which openssl) build/src/tools/openssl