Commit 2a1ec68f authored by wanliofficial's avatar wanliofficial

update epk.py

parent 082fb62c
{"lastModifyDateTime": 1618995919} {"lastModifyDateTime": 1622539747}
\ No newline at end of file
...@@ -106,7 +106,7 @@ class EpkApp(object): ...@@ -106,7 +106,7 @@ class EpkApp(object):
fsize = jspath.info.size fsize = jspath.info.size
fbasename, fext = os.path.splitext(jspath.info.name) fbasename, fext = os.path.splitext(jspath.info.name)
if fext in ["", "exe", "dll", "nv", "conf"]: if fext in ["", ".exe", ".dll", ".nv", ".conf"]:
continue continue
finfo = { finfo = {
...@@ -123,7 +123,7 @@ class EpkApp(object): ...@@ -123,7 +123,7 @@ class EpkApp(object):
else: else:
files.append(finfo) files.append(finfo)
if fext == "evue": if fext == ".evue":
self.fileMD5(finfo) self.fileMD5(finfo)
return files return files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment