Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosnt committed Nov 25, 2016
1 parent cf6f8de commit 00e2cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def build(args):
os.system("msbuild /nologo /p:Configuration=Debug /t:Rebuild,Clean")
elif build_type == "RELEASE":
os.system("msbuild /p:DefineConstants="" /p:Configuration=Release /t:Rebuild,Clean")
shutil.copy("%s\\bin\\Release\\uEssentials.dll"%sys.path[0], "%s\\bin\\uEssentials.dll"%sys.path[0])
elif build_type == "EXPERIMENTAL":
# Check if has EXPERIMENTAL_HASH
if len(args) > 2 and args[1] == "EXPERIMENTAL_HASH":
Expand Down

0 comments on commit 00e2cda

Please sign in to comment.