Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
KoffeinFlummi committed Oct 21, 2014
1 parent a862786 commit 1fed7c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ def binarize_module(self, module_name):
if self.paths["privatekey"] != "":
bisignlocation = os.path.join(os.path.dirname(self.scriptpath),
".build")
bisignlocation = os.path.join(bisignlocation,
module_name+".pbo."+PROJECTNAME+".bisign")
try:
shutil.move(
bisignlocation,
Expand Down

0 comments on commit 1fed7c5

Please sign in to comment.