Fix name of taskbar icon for RPMs.
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Oct 2015 10:32:29 +0000 (11:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Oct 2015 10:32:29 +0000 (11:32 +0100)
cscript

diff --git a/cscript b/cscript
index 363c75ab1f525a74b6934381deb9bdf392f55926..652af77a16c7a8e0d3db3a1458876722d2d02189 100644 (file)
--- a/cscript
+++ b/cscript
@@ -210,7 +210,7 @@ def make_spec(filename, version, target):
     print >>f,'%{_datadir}/applications/dcpomatic2.desktop'
     print >>f,'%{_datadir}/applications/dcpomatic2_batch.desktop'
     print >>f,'%{_datadir}/applications/dcpomatic2_server.desktop'
-    print >>f,'%{_datadir}/dcpomatic2/taskbar_icon.png'
+    print >>f,'%{_datadir}/dcpomatic2/dcpomatic2_server_small.png'
     print >>f,'%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf'
     print >>f,'%{_datadir}/dcpomatic2/splash.png'
     for r in ['128x128', '22x22', '32x32', '48x48', '64x64']: