diff options
author | David Robillard <d@drobilla.net> | 2015-01-10 05:05:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-01-10 05:05:26 +0000 |
commit | 87e705caa05527d031d6c3b8d38a2aeba8bf2977 (patch) | |
tree | 95b5a6494c4b6d4665917d3b142e0163a98ebdb2 /wscript | |
parent | bfd3c4af97e377ef0a5774083bd334a0c1c7743e (diff) | |
download | patchage-87e705caa05527d031d6c3b8d38a2aeba8bf2977.tar.gz patchage-87e705caa05527d031d6c3b8d38a2aeba8bf2977.tar.bz2 patchage-87e705caa05527d031d6c3b8d38a2aeba8bf2977.zip |
Fix about dialog logo on OSX.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5513 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ def build(bld): target = out_base + 'Resources/Patchage.icns') # Gtk/Pango/etc configuration files - for i in ['pangorc', 'pango.modules', 'gtkrc']: + for i in ['pangorc', 'pango.modules', 'loaders.cache', 'gtkrc']: bld(rule = 'cp ${SRC} ${TGT}', source = 'osx/' + i, target = out_base + 'Resources/' + i) |