Update builder.py

This commit is contained in:
What about KSCH 2023-02-13 01:33:56 +01:00 committed by GitHub
parent 872a342621
commit 6dec7aa2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ class Builder:
elif self.obfuscation == 'no' and self.compy == 'yes':
self.compile(f"compressed_{filename}")
elif self.obfuscation == 'yes' and self.compy == 'no':
self.encryption(f"compressed_{filename}")
self.encryption(f"{filename}")
else:
pass