mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2026-03-21 21:38:56 +00:00
Fix path in make_release.py
This commit is contained in:
@@ -13,10 +13,10 @@ import os
|
|||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
|
|
||||||
DEDRM_SRC_DIR = 'DeDRM_Plugin'
|
DEDRM_SRC_DIR = 'DeDRM_plugin'
|
||||||
DEDRM_README= 'DeDRM_Plugin_ReadMe.txt'
|
DEDRM_README= 'DeDRM_plugin_ReadMe.txt'
|
||||||
OBOK_SRC_DIR = 'Obok_plugin'
|
OBOK_SRC_DIR = 'Obok_plugin'
|
||||||
OBOK_README = 'Obok_plugin_ReadMe.txt'
|
OBOK_README = 'obok_plugin_ReadMe.txt'
|
||||||
RELEASE_DIR = 'release'
|
RELEASE_DIR = 'release'
|
||||||
|
|
||||||
def make_calibre_plugin():
|
def make_calibre_plugin():
|
||||||
|
|||||||
Reference in New Issue
Block a user