diff options
-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 |