summaryrefslogtreecommitdiff
path: root/_site/get.ps1
diff options
context:
space:
mode:
Diffstat (limited to '_site/get.ps1')
-rw-r--r--_site/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/_site/get.ps1 b/_site/get.ps1
index 9ec0a01..d594bc4 100644
--- a/_site/get.ps1
+++ b/_site/get.ps1
@@ -8,5 +8,5 @@ if($PSVersionTable.PSVersion.Major -lt 3){
}else {
Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing -OutFile $FilePath
}
-
+
Start-Process -FilePath $FilePath