diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-16 23:05:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-16 23:05:31 +0000 |
| commit | a32c192781a6de6c534cff2a52f746dde897d435 (patch) | |
| tree | 2569543315b86a4916c4f673339d92dfee5b8eca /run | |
| parent | 6deca3038ff7a9f2067ff266a21133e8181c56ce (diff) | |
Add servers icon from David Vignoni (http://www.icon-king.com)
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index 65cca4205..66d79d5c9 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -10,7 +10,8 @@ if [ `uname -s` == "Darwin" ]; then app=build/platform/osx/DCP-o-matic.app macos=$app/Contents/MacOS lib=$app/Contents/lib - mkdir -p $macos $lib + resources=$app/Contents/Resources + mkdir -p $macos $lib $resources cp build/src/tools/dcpomatic $macos cp build/src/lib/libdcpomatic.dylib $lib @@ -56,6 +57,8 @@ if [ `uname -s` == "Darwin" ]; then cp $ENV/libquickmail*.dylib $lib cp $ENV/libcurl*.dylib $lib cp $ENV/libffi*.dylib $lib + cp icons/defaults.png $resources + cp icons/servers.png $resources sed -e "s/@VERSION@/test/g" platform/osx/Info.plist.in > $app/Contents/Info.plist |
