Skip to content

Commit fafee2f

Browse files
Fix typo in LICENSE file in release.py (#896)
1 parent 1b571cb commit fafee2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/buildscripts/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __init__(self, is_dev_release, is_experimental, release_output='release'):
5454

5555
def make_staging_dirs(self):
5656
shutil.copytree('assets', self.ue4ss_dir)
57-
shutil.copy('LICENSE', os.path.join(self.ue4ss_dir, 'LICENCE'))
57+
shutil.copy('LICENSE', os.path.join(self.ue4ss_dir, 'LICENSE'))
5858

5959
if not self.is_dev_release:
6060
for file in self.files_to_exclude_from_release:

0 commit comments

Comments
 (0)