X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=sass%2Finstall.ps1;h=e7bd322a4019bc34fc82d2e306c814e9986d6d15;hb=b944f3cb2597fac8225446ba9fbc110790c59c74;hp=5fc47ef071b28407c1012ed231deb9bce0cf87f3;hpb=0ce7e4951b7706a46981b407bd1446e2b753153d;p=webi-installers%2F.git diff --git a/sass/install.ps1 b/sass/install.ps1 index 5fc47ef..e7bd322 100644 --- a/sass/install.ps1 +++ b/sass/install.ps1 @@ -17,6 +17,7 @@ $pkg_src_bin = "$Env:USERPROFILE\.local\opt\dart-sass-v$Env:WEBI_VERSION" $pkg_src_dir = "$Env:USERPROFILE\.local\opt\dart-sass-v$Env:WEBI_VERSION" $pkg_src = "$pkg_src_dir" +New-Item "$Env:USERPROFILE\Downloads" -ItemType Directory -Force | out-null $pkg_download = "$Env:USERPROFILE\Downloads\$Env:WEBI_PKG_FILE" IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\$Env:WEBI_PKG_FILE"))