mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-22 15:40:31 -04:00
[stage]
This commit is contained in:
@@ -144,7 +144,8 @@ Uninstall
|
||||
|
||||
#region Setup
|
||||
|
||||
$XPipeDownloadUrl = "$XPipeDownloadUrl/xpipe-installer-windows-x86_64.msi"
|
||||
$Arch = [System.Runtime.InteropServices.RuntimeInformation,mscorlib]::OSArchitecture.ToString().ToLower();
|
||||
$XPipeDownloadUrl = "$XPipeDownloadUrl/xpipe-installer-windows-$($Arch).msi"
|
||||
|
||||
if (-not $env:TEMP) {
|
||||
$env:TEMP = Join-Path $env:SystemDrive -ChildPath 'temp'
|
||||
|
||||
Reference in New Issue
Block a user