From 81c2dbfac24d9e5e6d6a4dd7fcb8648389696665 Mon Sep 17 00:00:00 2001 From: HeZhengQing Date: Fri, 16 Jan 2026 15:42:04 +0800 Subject: [PATCH] [FIX] windows install script --- windows/APIExample/install.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/windows/APIExample/install.ps1 b/windows/APIExample/install.ps1 index 24fa89c86..9090f6c1d 100644 --- a/windows/APIExample/install.ps1 +++ b/windows/APIExample/install.ps1 @@ -13,9 +13,6 @@ if (-not (Test-Path ThirdParty)){ Remove-Item $ThirdPartyDes -Recurse } -$scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path -Set-Location $scriptDir - if (-not (Test-Path sdk)){ if (Test-Path $agora_local_sdk){ mkdir sdk