diff --git a/tools/maint/create_entry_points.py b/tools/maint/create_entry_points.py index 0c7ca5fbec6e5..9a97b98f5fac1 100755 --- a/tools/maint/create_entry_points.py +++ b/tools/maint/create_entry_points.py @@ -121,7 +121,7 @@ def generate_entry_points(cmd, path): shutil.copyfile(windows_exe, launcher + '.exe') else: write_file(launcher + '.bat', bat_data) - write_file(launcher + '.pa1', ps1_data) + write_file(launcher + '.ps1', ps1_data) generate_entry_points(entry_points, os.path.join(__scriptdir__, 'run_python')) generate_entry_points(compiler_entry_points, os.path.join(__scriptdir__, 'run_python_compiler'))