From f93ced8939ba88d91e0974d1f30374fc88c4973a Mon Sep 17 00:00:00 2001 From: Paweł Jastrzębski Date: Fri, 2 Oct 2015 20:01:21 +0200 Subject: Migrated to PyInstaller --- kcc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 kcc.json (limited to 'kcc.json') diff --git a/kcc.json b/kcc.json new file mode 100644 index 0000000..456786a --- /dev/null +++ b/kcc.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" } + ] +} -- cgit 1.4.1