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):
fsize = jspath.info.size
fbasename, fext = os.path.splitext(jspath.info.name)
if fext in ["", "exe", "dll", "nv", "conf"]:
if fext in ["", ".exe", ".dll", ".nv", ".conf"]:
continue
finfo = {
......@@ -123,7 +123,7 @@ class EpkApp(object):
else:
files.append(finfo)
if fext == "evue":
if fext == ".evue":
self.fileMD5(finfo)
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