We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b571cb commit fafee2fCopy full SHA for fafee2f
1 file changed
tools/buildscripts/release.py
@@ -54,7 +54,7 @@ def __init__(self, is_dev_release, is_experimental, release_output='release'):
54
55
def make_staging_dirs(self):
56
shutil.copytree('assets', self.ue4ss_dir)
57
- shutil.copy('LICENSE', os.path.join(self.ue4ss_dir, 'LICENCE'))
+ shutil.copy('LICENSE', os.path.join(self.ue4ss_dir, 'LICENSE'))
58
59
if not self.is_dev_release:
60
for file in self.files_to_exclude_from_release:
0 commit comments