diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-02 23:06:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-02 23:06:18 +0000 |
| commit | b679478a2885b03f6b4b415d3f9159965a67e19e (patch) | |
| tree | 2e0008d882761609079670e6a965c84da45b8b19 /platform | |
| parent | 9bf2cf3509380663e6943f6b0d22dbec6002c332 (diff) | |
Try to fix font paths.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 4 | ||||
| -rw-r--r-- | platform/windows/wscript | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index ed276da1a..cca55ff28 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -187,7 +187,9 @@ cp $ROOT/32/src/dcpomatic/graphics/kdm_email.png "$WORK/$resources" cp $ROOT/32/src/dcpomatic/graphics/servers.png "$WORK/$resources" cp $ROOT/32/src/dcpomatic/graphics/tms.png "$WORK/$resources" cp $ROOT/32/src/dcpomatic/graphics/keys.png "$WORK/$resources" -cp $ROOT/32/src/dcpomatic/LiberationSans-Regular.ttf "$WORK/$resources" +cp $ROOT/32/src/dcpomatic/fonts/LiberationSans-Regular.ttf "$WORK/$resources" +cp $ROOT/32/src/dcpomatic/fonts/LiberationSans-Italic.ttf "$WORK/$resources" +cp $ROOT/32/src/dcpomatic/fonts/LiberationSans-Bold.ttf "$WORK/$resources" cp $ROOT/32/src/dcpomatic/graphics/splash.png "$WORK/$resources" cp $ROOT/32/src/dcpomatic/graphics/dcpomatic2_server_small.png "$WORK/$resources" diff --git a/platform/windows/wscript b/platform/windows/wscript index f28495002..aa5ee2efe 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -216,7 +216,9 @@ File "%binaries%/src/wx/mo/pt_PT/libdcpomatic2-wx.mo" File "%binaries%/src/tools/mo/pt_PT/dcpomatic2.mo" SetOutPath "$INSTDIR" -File "%resources%/../../LiberationSans-Regular.ttf" +File "%resources%/../../fonts/LiberationSans-Regular.ttf" +File "%resources%/../../fonts/LiberationSans-Italic.ttf" +File "%resources%/../../fonts/LiberationSans-Bold.ttf" File "%graphics%/splash.png" CreateDirectory "$INSTDIR\etc\pango" |
