diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-07 13:00:48 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-07 13:00:48 (GMT) |
commit | 071b6abc220a7dc738d2a0314556b8eaa79f75db (patch) | |
tree | 4828945029370e5ee60f0817389a3b2c4c0f2031 | |
parent | 98c85f772af7aa7aab983014e311f7b8955b5191 (diff) |
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
-rw-r--r-- | OpenSCAD.icns | bin | 0 -> 229031 bytes | |||
-rw-r--r-- | icon.png | bin | 0 -> 121168 bytes | |||
-rw-r--r-- | mask.png | bin | 0 -> 4470 bytes | |||
-rw-r--r-- | openscad.pro | 1 |
4 files changed, 1 insertions, 0 deletions
diff --git a/OpenSCAD.icns b/OpenSCAD.icns Binary files differnew file mode 100644 index 0000000..3bff87d --- /dev/null +++ b/OpenSCAD.icns diff --git a/icon.png b/icon.png Binary files differnew file mode 100644 index 0000000..7912038 --- /dev/null +++ b/icon.png diff --git a/mask.png b/mask.png Binary files differnew file mode 100644 index 0000000..eea1027 --- /dev/null +++ b/mask.png 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 |