diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-11 01:07:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-11 01:07:35 +0100 |
| commit | a983627b357e25478a524a20cafa4a68a4b9299f (patch) | |
| tree | 5ef2d7eef6eace1dcdc9809fd2d70622d62dcf76 /platform | |
| parent | 8e092d8b4657121ae751c3d171f981773f6714ed (diff) | |
Rename icons -> graphics.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 5e408814a..e0e029009 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -131,13 +131,13 @@ for obj in "$WORK/$macos/dcpomatic2" "$WORK/$macos/dcpomatic2_batch" "$WORK/$mac done cp $ROOT/32/src/dcpomatic2/build/platform/osx/Info.plist "$WORK/$approot" -cp $ROOT/32/src/dcpomatic2/icons/dcpomatic.icns "$WORK/$resources/DCP-o-matic.icns" -cp $ROOT/32/src/dcpomatic2/icons/colour_conversions.png "$WORK/$resources" -cp $ROOT/32/src/dcpomatic2/icons/defaults.png "$WORK/$resources" -cp $ROOT/32/src/dcpomatic2/icons/kdm_email.png "$WORK/$resources" -cp $ROOT/32/src/dcpomatic2/icons/servers.png "$WORK/$resources" -cp $ROOT/32/src/dcpomatic2/icons/tms.png "$WORK/$resources" -cp $ROOT/32/src/dcpomatic2/icons/keys.png "$WORK/$resources" +cp $ROOT/32/src/dcpomatic2/graphics/dcpomatic.icns "$WORK/$resources/DCP-o-matic.icns" +cp $ROOT/32/src/dcpomatic2/graphics/colour_conversions.png "$WORK/$resources" +cp $ROOT/32/src/dcpomatic2/graphics/defaults.png "$WORK/$resources" +cp $ROOT/32/src/dcpomatic2/graphics/kdm_email.png "$WORK/$resources" +cp $ROOT/32/src/dcpomatic2/graphics/servers.png "$WORK/$resources" +cp $ROOT/32/src/dcpomatic2/graphics/tms.png "$WORK/$resources" +cp $ROOT/32/src/dcpomatic2/graphics/keys.png "$WORK/$resources" cp $ROOT/32/src/dcpomatic2/LiberationSans-Regular.ttf "$WORK/$resources" # i18n: DCP-o-matic .mo files |
