From d34101aa809610b69b90bddbc4fbe6ea27ac2cf8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 31 Oct 2023 12:07:54 -0600 Subject: [PATCH] fix(powershell): always create the downloads folder --- _webi/template.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/_webi/template.ps1 b/_webi/template.ps1 index 9ca37c8..f458cdb 100644 --- a/_webi/template.ps1 +++ b/_webi/template.ps1 @@ -28,6 +28,7 @@ $Env:WEBI_HOST = 'https://webinstall.dev' #$Env:WEBI_PKG = 'node@lts' #$Env:PKG_NAME = node #$Env:WEBI_VERSION = v12.16.2 +#$Env:WEBI_GIT_TAG = 12.16.2 #$Env:WEBI_PKG_URL = "https://.../node-....zip" #$Env:WEBI_PKG_FILE = "node-v12.16.2-win-x64.zip"