From 42e17a4a089967f9c7bf8021c149ba159ec089e9 Mon Sep 17 00:00:00 2001 From: lstprjct <88411318+lstprjct@users.noreply.github.com> Date: Wed, 31 May 2023 06:31:50 +0600 Subject: [PATCH] Update IAS.ps1 --- IAS.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IAS.ps1 b/IAS.ps1 index 6e17750..167e836 100644 --- a/IAS.ps1 +++ b/IAS.ps1 @@ -1,7 +1,7 @@ # Enable TLSv1.2 for compatibility with older clients [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor [System.Net.SecurityProtocolType]::Tls12 -$DownloadURL = 'https://raw.githubusercontent.com/lstprjct/IDM-Activation-Script/main/IAS_0.7_ModByPiash.cmd' +$DownloadURL = 'https://raw.githubusercontent.com/lstprjct/IDM-Activation-Script/main/IAS_0.8.cmd' $FilePath = "$env:TEMP\IAS.cmd"