Fixing 7zip download and packer build ordering

This commit is contained in:
Chris Long
2018-06-24 13:29:13 -07:00
parent bd6c3520f3
commit 4ac14cb432
2 changed files with 4 additions and 4 deletions

View File

@@ -135,8 +135,8 @@
"type": "powershell",
"scripts": [
"./scripts/debloat-windows.ps1",
"./scripts/MakeWindows10GreatAgain.ps1",
"./scripts/rearm-windows.ps1"
"./scripts/rearm-windows.ps1",
"./scripts/MakeWindows10GreatAgain.ps1"
]
},
{