diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-16 23:11:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-17 00:14:04 +0000 |
| commit | bef548a19c2f884e594fa409a88761f8f4be4518 (patch) | |
| tree | dd90cfd399feda039ca7e6460428483557242b42 /run | |
| parent | a32c192781a6de6c534cff2a52f746dde897d435 (diff) | |
Various work on improved config dialog.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index 66d79d5c9..544ffc040 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -59,6 +59,9 @@ if [ `uname -s` == "Darwin" ]; then cp $ENV/libffi*.dylib $lib cp icons/defaults.png $resources cp icons/servers.png $resources + cp icons/tms.png $resources + cp icons/colour_conversions.png $resources + cp icons/kdm_email.png $resources sed -e "s/@VERSION@/test/g" platform/osx/Info.plist.in > $app/Contents/Info.plist |
