From 27521c4f1312a66dd3e196cd4f4912c8fe51695d Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Tue, 9 Oct 2018 12:59:33 +0200 Subject: mac icon 2 --- deploy-osx.sh | 5 +++++ images/logo1024.png | Bin 0 -> 38749 bytes images/logo128.png | Bin 0 -> 3863 bytes images/logo16.png | Bin 0 -> 526 bytes images/logo256.png | Bin 0 -> 8439 bytes images/logo32.png | Bin 0 -> 1076 bytes images/logo512.png | Bin 0 -> 17593 bytes images/logo64.png | Bin 0 -> 1876 bytes images/tikzit.icns | Bin 0 -> 153301 bytes 9 files changed, 5 insertions(+) create mode 100755 deploy-osx.sh create mode 100644 images/logo1024.png create mode 100644 images/logo128.png create mode 100644 images/logo16.png create mode 100644 images/logo256.png create mode 100644 images/logo32.png create mode 100644 images/logo512.png create mode 100644 images/logo64.png create mode 100644 images/tikzit.icns diff --git a/deploy-osx.sh b/deploy-osx.sh new file mode 100755 index 0000000..a04f7f7 --- /dev/null +++ b/deploy-osx.sh @@ -0,0 +1,5 @@ +# deploy the Mac app bundle. Note the bin/ directory +# of Qt should be in your PATH + +macdeployqt tikzit.app + diff --git a/images/logo1024.png b/images/logo1024.png new file mode 100644 index 0000000..f47872d Binary files /dev/null and b/images/logo1024.png differ diff --git a/images/logo128.png b/images/logo128.png new file mode 100644 index 0000000..9332929 Binary files /dev/null and b/images/logo128.png differ diff --git a/images/logo16.png b/images/logo16.png new file mode 100644 index 0000000..e96712c Binary files /dev/null and b/images/logo16.png differ diff --git a/images/logo256.png b/images/logo256.png new file mode 100644 index 0000000..d63ad45 Binary files /dev/null and b/images/logo256.png differ diff --git a/images/logo32.png b/images/logo32.png new file mode 100644 index 0000000..f8d149b Binary files /dev/null and b/images/logo32.png differ diff --git a/images/logo512.png b/images/logo512.png new file mode 100644 index 0000000..5f9d53d Binary files /dev/null and b/images/logo512.png differ diff --git a/images/logo64.png b/images/logo64.png new file mode 100644 index 0000000..b2a308b Binary files /dev/null and b/images/logo64.png differ diff --git a/images/tikzit.icns b/images/tikzit.icns new file mode 100644 index 0000000..04a702d Binary files /dev/null and b/images/tikzit.icns differ -- cgit v1.2.3