64-bit Macintosh Application, executable bit set on droplet, Updated release script, Version set to 6.6.2

This commit is contained in:
Apprentice Harper
2018-12-02 11:51:51 +00:00
parent 3f21bd9f5a
commit ca4bab45ec
10 changed files with 55 additions and 74 deletions

View File

@@ -66,6 +66,7 @@ __docformat__ = 'restructuredtext en'
# 6.6.0 - Add kfx and kfx-zip as supported file types (also invoke this plugin if the original
# imported format was azw8 since that may be converted to kfx)
# 6.6.1 - Thanks to wzyboy for a fix for stand-alone tools, and the new folder structure.
# 6.6.2 - revamp of folders to get Mac OS X app working. Updated to 64-bit app. Various fixes.
"""
@@ -73,7 +74,7 @@ Decrypt DRMed ebooks.
"""
PLUGIN_NAME = u"DeDRM"
PLUGIN_VERSION_TUPLE = (6, 6, 1)
PLUGIN_VERSION_TUPLE = (6, 6, 2)
PLUGIN_VERSION = u".".join([unicode(str(x)) for x in PLUGIN_VERSION_TUPLE])
# Include an html helpfile in the plugin's zipfile with the following name.
RESOURCE_NAME = PLUGIN_NAME + '_Help.htm'