Skip to content

Commit 9487305

Browse files
committed
[atv2-packaging] - copy our icon to TopRowIcon.png in case we are moved to toprow
1 parent 310eec4 commit 9487305

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/darwin/packaging/xbmc-atv2/mkdeb-xbmc-atv2.sh

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ chmod +x $DIRNAME/$PACKAGE/DEBIAN/prerm
8080
echo "#!/bin/sh" > $DIRNAME/$PACKAGE/DEBIAN/postinst
8181
echo "chown -R mobile:mobile /Applications/XBMC.frappliance" >> $DIRNAME/$PACKAGE/DEBIAN/postinst
8282
echo "cp /Applications/XBMC.frappliance/AppIcon.png /Applications/AppleTV.app/com.apple.frontrow.appliance.xbmc\@720p.png" >> $DIRNAME/$PACKAGE/DEBIAN/postinst
83+
echo "cp /Applications/XBMC.frappliance/AppIcon.png /Applications/XBMC.frappliance/TopRowIcon.png" >> $DIRNAME/$PACKAGE/DEBIAN/postinst
8384
echo "if [ \"\`uname -r\`\" = \"10.3.1\" ]; then" >> $DIRNAME/$PACKAGE/DEBIAN/postinst
8485
echo " ln -sf /Applications/XBMC.frappliance /Applications/Lowtide.app/Appliances/XBMC.frappliance" >> $DIRNAME/$PACKAGE/DEBIAN/postinst
8586
echo " killall Lowtide" >> $DIRNAME/$PACKAGE/DEBIAN/postinst

0 commit comments

Comments
 (0)