Skip to content

Commit 3e9a3d9

Browse files
author
PROGRESS\radeva
committed
fix: update wwwuat to www
1 parent 453fb44 commit 3e9a3d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

create-avd-script.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$scriptUrl = "https://wwwuat.nativescript.org/setup/win-avd"
2-
$scriptCommonUrl = "https://wwwuat.nativescript.org/setup/win-common"
1+
$scriptUrl = "https://www.nativescript.org/setup/win-avd"
2+
$scriptCommonUrl = "https://www.nativescript.org/setup/win-common"
33

44
# Self-elevate
55
$isElevated = ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]"Administrator")

native-script.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ param(
99
[switch] $SilentMode
1010
)
1111

12-
$scriptUrl = "https://wwwuat.nativescript.org/setup/win"
13-
$scriptCommonUrl = "https://wwwuat.nativescript.org/setup/win-common"
12+
$scriptUrl = "https://www.nativescript.org/setup/win"
13+
$scriptCommonUrl = "https://www.nativescript.org/setup/win-common"
1414

1515
# Check if latest .NET framework installed is at least 4
1616
$dotNetVersions = Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -recurse | Get-ItemProperty -name Version,Release -EA 0 | Where { $_.PSChildName -match '^(?!S)\p{L}'} | Select Version

0 commit comments

Comments
 (0)