about summary refs log tree commit diff
path: root/setup.json
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-09-05 09:07:57 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-09-05 09:14:26 +0200
commit477d834a917417b98a3e6ff4f4b34b95894fe226 (patch)
tree7c9402afe14cac9dc3af0179b0c1a8f9c57f1db6 /setup.json
parentImproved error handling (diff)
downloadkcc-477d834a917417b98a3e6ff4f4b34b95894fe226.tar.gz
kcc-477d834a917417b98a3e6ff4f4b34b95894fe226.tar.bz2
kcc-477d834a917417b98a3e6ff4f4b34b95894fe226.zip
Updated OSX installer
Diffstat (limited to 'setup.json')
-rw-r--r--setup.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/setup.json b/setup.json
new file mode 100644
index 0000000..456786a
--- /dev/null
+++ b/setup.json
@@ -0,0 +1,10 @@
+{
+  "title": "Kindle Comic Converter",
+  "icon": "icons/comic2ebook.icns",
+  "background": "icons/WizardOSX.png",
+  "icon-size": 160,
+  "contents": [
+    { "x": 180, "y": 300, "type": "file", "path": "dist/Kindle Comic Converter.app" },
+    { "x": 520, "y": 300, "type": "link", "path": "/Applications" }
+  ]
+}