From 26e5684d08b341860a847ac7807f472238b2dcb2 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Tue, 10 Mar 2015 17:17:21 -0400 Subject: [PATCH] Enable nightly icon for Mac --- openscad.pro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openscad.pro b/openscad.pro index aca3a809..7bb54304 100644 --- a/openscad.pro +++ b/openscad.pro @@ -88,7 +88,12 @@ FULLNAME = openscad$${SUFFIX} !isEmpty(SUFFIX): DEFINES += INSTALL_SUFFIX="\"\\\"$${SUFFIX}\\\"\"" macx { - ICON = icons/OpenSCAD.icns + snapshot { + ICON = icons/icon-nightly.icns + } + else { + ICON = icons/OpenSCAD.icns + } QMAKE_INFO_PLIST = Info.plist APP_RESOURCES.path = Contents/Resources APP_RESOURCES.files = OpenSCAD.sdef dsa_pub.pem icons/SCAD.icns