added version lock removal from cleanup routine

This commit is contained in:
TrustedSec 2016-07-21 07:25:26 -04:00
parent 05f0e40b3c
commit 235c90585f

View file

@ -455,6 +455,8 @@ def cleanup_routine():
os.remove("src/html/index.html")
if os.path.isfile(setdir + "/Signed_Update.jar"):
os.remove(setdir + "/Signed_Update.jar")
if os.path.isfile(setdir + "/version.lock"):
os.remove(setdir + "/version.lock")
except:
pass