Skip to content

Commit

Permalink
fix damaged
Browse files Browse the repository at this point in the history
  • Loading branch information
axu2 authored and darodi committed Aug 6, 2023
1 parent 8e04ccd commit f73d889
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ def finalize_options(self):
def run(self):
VERSION = __version__
if sys.platform == 'darwin':

os.system('pyinstaller -y -F -i icons/comic2ebook.icns -n "Kindle Comic Converter" -w -s kcc.py')
os.makedirs('dist/Kindle Comic Converter.app/Contents/Resources/Codecs')
shutil.copy('LICENSE.txt', 'dist/Kindle Comic Converter.app/Contents/Resources')
shutil.copy('other/windows/Additional-LICENSE.txt', 'dist/Kindle Comic Converter.app/Contents/Resources')
# TODO /usr/bin/codesign --force -s "$MACOS_CERTIFICATE_NAME" --options runtime dist/Applications/Kindle\ Comic\ Converter.app -v
os.system('appdmg kcc.json dist/KindleComicConverter_osx_' + VERSION + '.dmg')
exit(0)
Expand Down

0 comments on commit f73d889

Please sign in to comment.