diff --git a/mea.pro b/mea.pro
index fa990daa..b2687ea0 100644
--- a/mea.pro
+++ b/mea.pro
@@ -49,7 +49,7 @@ osxbundle.commands += hdiutil eject /Volumes/mea || true &&
osxbundle.commands += macdeployqt mea.app -qmldir=$$top_srcdir/mea/ui -dmg &&
osxbundle.commands += hdiutil convert mea.dmg -format UDRW -o mea_writable.dmg &&
osxbundle.commands += hdiutil attach -readwrite -noverify mea_writable.dmg &&
-osxbundle.commands += mkdir /Volumes/mea/.background/ && cp $$top_srcdir/packaging/osx/installer.png /Volumes/mea/.background/ &&
+osxbundle.commands += mkdir /Volumes/mea/.background/ && cp $$top_srcdir/packaging/osx/installer.tiff /Volumes/mea/.background/ &&
osxbundle.commands += ln -s /Applications /Volumes/mea/Applications &&
osxbundle.commands += osascript $$top_srcdir/packaging/osx/patchinstaller.sctp &&
osxbundle.commands += hdiutil eject /Volumes/mea &&
diff --git a/packaging/osx/Info.plist.in b/packaging/osx/Info.plist.in
index f56affb6..b3f2e52a 100644
--- a/packaging/osx/Info.plist.in
+++ b/packaging/osx/Info.plist.in
@@ -9,7 +9,7 @@
CFBundleIconFile
icon.icns
CFBundleIdentifier
- com.yourcompany.mea
+ io.guh.mea
CFBundlePackageType
APPL
CFBundleSignature
diff --git a/packaging/osx/installer.png b/packaging/osx/installer.png
deleted file mode 100644
index c03b07a0..00000000
Binary files a/packaging/osx/installer.png and /dev/null differ
diff --git a/packaging/osx/installer.svg b/packaging/osx/installer.svg
deleted file mode 100644
index 4f27d901..00000000
--- a/packaging/osx/installer.svg
+++ /dev/null
@@ -1,673 +0,0 @@
-
-
-
-
diff --git a/packaging/osx/installer.tiff b/packaging/osx/installer.tiff
new file mode 100644
index 00000000..d4217a34
Binary files /dev/null and b/packaging/osx/installer.tiff differ
diff --git a/packaging/osx/mea-header.svg b/packaging/osx/mea-header.svg
new file mode 100644
index 00000000..f61207ba
--- /dev/null
+++ b/packaging/osx/mea-header.svg
@@ -0,0 +1,12840 @@
+
+
+
+
\ No newline at end of file
diff --git a/packaging/osx/patchinstaller.sctp b/packaging/osx/patchinstaller.sctp
index daf52cac..ac6f1e8c 100644
--- a/packaging/osx/patchinstaller.sctp
+++ b/packaging/osx/patchinstaller.sctp
@@ -8,9 +8,9 @@ tell app "Finder"
set viewOptions to the icon view options of container window
set arrangement of viewOptions to not arranged
set icon size of viewOptions to 128
- set background picture of viewOptions to file ".background:installer.png"
- set position of item "mea.app" of container window to {140, 220}
- set position of item "Applications" of container window to {415, 220}
+ set background picture of viewOptions to file ".background:installer.tiff"
+ set position of item "mea.app" of container window to {130, 220}
+ set position of item "Applications" of container window to {412, 220}
close
open
update without registering applications