From 071b6abc220a7dc738d2a0314556b8eaa79f75db Mon Sep 17 00:00:00 2001 From: kintel Date: Mon, 7 Dec 2009 13:00:48 +0000 Subject: Added icon suggestion for Mac OS X. Raw files also supplied for other platforms git-svn-id: http://svn.clifford.at/openscad/trunk@145 b57f626f-c46c-0410-a088-ec61d464b74c diff --git a/OpenSCAD.icns b/OpenSCAD.icns new file mode 100644 index 0000000..3bff87d Binary files /dev/null and b/OpenSCAD.icns differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..7912038 Binary files /dev/null and b/icon.png differ diff --git a/mask.png b/mask.png new file mode 100644 index 0000000..eea1027 Binary files /dev/null and b/mask.png differ diff --git a/openscad.pro b/openscad.pro index 68f0c67..00d607d 100644 --- a/openscad.pro +++ b/openscad.pro @@ -1,6 +1,7 @@ macx { TARGET = OpenSCAD + ICON = OpenSCAD.icns } else { TARGET = openscad -- cgit v0.10.1