[deploy] fix: coapp tools
This commit is contained in:
parent
8cb40073f7
commit
5a8b2c2c88
|
|
@ -1,6 +1,7 @@
|
||||||
# Download the CoApp tools.
|
# Download the CoApp tools.
|
||||||
$msiPath = "$($env:USERPROFILE)\CoApp.Tools.Powershell.msi"
|
# $msiPath = "$($env:USERPROFILE)\CoApp.Tools.Powershell.msi"
|
||||||
(New-Object Net.WebClient).DownloadFile('http://coapp.org/files/CoApp.Tools.Powershell.msi', $msiPath)
|
# (New-Object Net.WebClient).DownloadFile('https://coapp.github.io//files/CoApp.Tools.Powershell.msi', $msiPath)
|
||||||
|
$msiPath = "scripts\coapp\CoApp.Tools.Powershell.msi"
|
||||||
|
|
||||||
# Install the CoApp tools from the downloaded .msi.
|
# Install the CoApp tools from the downloaded .msi.
|
||||||
Start-Process -FilePath msiexec -ArgumentList /i, $msiPath, /quiet -Wait
|
Start-Process -FilePath msiexec -ArgumentList /i, $msiPath, /quiet -Wait
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue