From: Dr-Willy Date: Mon, 20 Jul 2020 09:07:20 +0000 (+1200) Subject: Fix path in make_release.py X-Git-Url: http://git.xmof.duckdns.org/?a=commitdiff_plain;h=e76bb408a30bde6e2d6118319f4835803c2129aa;p=DeDRM.git Fix path in make_release.py --- diff --git a/make_release.py b/make_release.py index e88c3cb..bedb956 100755 --- a/make_release.py +++ b/make_release.py @@ -13,10 +13,10 @@ import os import shutil -DEDRM_SRC_DIR = 'DeDRM_Plugin' -DEDRM_README= 'DeDRM_Plugin_ReadMe.txt' +DEDRM_SRC_DIR = 'DeDRM_plugin' +DEDRM_README= 'DeDRM_plugin_ReadMe.txt' OBOK_SRC_DIR = 'Obok_plugin' -OBOK_README = 'Obok_plugin_ReadMe.txt' +OBOK_README = 'obok_plugin_ReadMe.txt' RELEASE_DIR = 'release' def make_calibre_plugin():