Rename Mingw-w64 (#893)

This commit is contained in:
Aleksandr Chebotov
2020-05-19 13:16:59 +03:00
committed by GitHub
parent 8632288097
commit a12a3b7042
4 changed files with 12 additions and 12 deletions

View File

@@ -547,7 +547,7 @@
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-MinGW.ps1"
"{{ template_dir }}/scripts/Installers/Install-Mingw64.ps1"
]
},
{
@@ -861,7 +861,7 @@
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-MinGW.ps1"
"{{ template_dir }}/scripts/Installers/Validate-Mingw64.ps1"
]
},
{