diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-10-02 20:01:21 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-10-02 20:01:21 +0200 |
commit | f93ced8939ba88d91e0974d1f30374fc88c4973a (patch) | |
tree | af66f6509381383e209bf94275908de52705a246 /kcc.json | |
parent | Binary blob cleanup (diff) | |
download | kcc-f93ced8939ba88d91e0974d1f30374fc88c4973a.tar.gz kcc-f93ced8939ba88d91e0974d1f30374fc88c4973a.tar.bz2 kcc-f93ced8939ba88d91e0974d1f30374fc88c4973a.zip |
Migrated to PyInstaller
Diffstat (limited to 'kcc.json')
-rw-r--r-- | kcc.json | 10 |
1 files changed, 10 insertions, 0 deletions
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" } + ] +} |