Update builder.py

This commit is contained in:
What about KSCH 2023-02-04 20:37:00 +01:00 committed by GitHub
parent 15d8154f3d
commit c616a6e669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -656,7 +656,6 @@ class Builder:
if self.obfuscation == 'yes' and self.compy == 'no':
cleans_file.remove(f'./obfuscated_{filename}.py')
cleans_file.remove(f'./obfuscated_compressed_{filename}.py')
elif self.obfuscation == 'yes' and self.compy == 'yes':
cleans_file.add(f'./obfuscated_compressed_{filename}.spec')
elif self.obfuscation == 'no' and self.compy == 'no':