diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-18 12:21:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-18 12:21:56 +0200 |
| commit | b90a76b342aebc1739c1485aa53b45ebca485344 (patch) | |
| tree | f3b8a328c7c236cd34bfb40c70c896f871fa2121 | |
| parent | d04f7594ca422ea09c13282f863a5724f167ced6 (diff) | |
Another missed place for the link icon.
| -rw-r--r-- | graphics/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/wscript b/graphics/wscript index 60e8f4820..5b51abb94 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -38,3 +38,4 @@ def build(bld): bld.install_files('${PREFIX}/share/dcpomatic2', 'me.jpg') bld.install_files('${PREFIX}/share/dcpomatic2', 'tick.png') bld.install_files('${PREFIX}/share/dcpomatic2', 'no_tick.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'link.png') |
