Skip to content

Commit

Permalink
Fix install command in build.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuwch committed Oct 13, 2017
1 parent 8a9f08d commit 2ffb181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def main():

# Install the plugin if requested
if need_install:
ue4.install()
ue4.install(plugin_folder = abs_output_folder, overwrite = True)

elif descriptor_file.endswith('.uproject'):
project_name = os.path.basename(descriptor_file)
Expand Down

0 comments on commit 2ffb181

Please sign in to comment.