Fix building for clean repos

This commit is contained in:
Fazana
2021-12-10 09:23:20 +00:00
parent 24cbefba10
commit 68d16f15f1
+2 -1
View File
@@ -231,7 +231,8 @@ class GenerateLD:
if os.path.exists('./dkr.ld'):
print("")
else:
os.remove('./assets/' + VERSION + '/md5.txt')
if os.path.exists('./assets/' + VERSION + '/md5.txt'):
os.remove('./assets/' + VERSION + '/md5.txt')
if os.path.exists('./assets/' + VERSION + '/md5.txt'):
with open('./assets/' + VERSION + '/md5.txt', "rt") as a_file: