mirror of
https://github.com/lstprjct/IDM-Activation-Script.git
synced 2026-06-04 21:03:32 +08:00
Update IAS.ps1
This commit is contained in:
parent
05bbf0475b
commit
42e17a4a08
2
IAS.ps1
2
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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user