Update Build.ps1

This commit is contained in:
Dmitry Nefedov
2022-09-01 18:24:50 +03:00
committed by GitHub
parent 74fde5f200
commit 00b51e869f

View File

@@ -14,6 +14,9 @@
.LINKS
https://github.com/revanced
#>
#Requires -Version 5.1
# Download all files to "Downloads folder\ReVanced"
$DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}"
if (-not (Test-Path -Path "$DownloadsFolder\ReVanced"))