move perl validation scripts for consistency

This commit is contained in:
Mikhail Timofeev
2020-03-04 17:14:02 +03:00
parent 7223f36f15
commit 0c87ef9fff
2 changed files with 12 additions and 12 deletions

View File

@@ -619,6 +619,12 @@
"{{ template_dir }}/scripts/Installers/Validate-Python.ps1" "{{ template_dir }}/scripts/Installers/Validate-Python.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Perl.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[
@@ -801,12 +807,6 @@
"{{ template_dir }}/scripts/Installers/Validate-InnoSetup.ps1" "{{ template_dir }}/scripts/Installers/Validate-InnoSetup.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Perl.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[

View File

@@ -588,6 +588,12 @@
"{{ template_dir }}/scripts/Installers/Validate-Python.ps1" "{{ template_dir }}/scripts/Installers/Validate-Python.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Perl.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[
@@ -764,12 +770,6 @@
"{{ template_dir }}/scripts/Installers/Validate-InnoSetup.ps1" "{{ template_dir }}/scripts/Installers/Validate-InnoSetup.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Perl.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[