Use HTTPS instead of HTTP for URLs where supported. (#3161)

This commit is contained in:
bvd0
2025-01-17 23:42:42 +09:00
committed by GitHub
parent bcc801683d
commit 254738a420
6 changed files with 10 additions and 10 deletions

View File

@ -46,7 +46,7 @@ function Invoke-WPFImpex {
if ($Config) {
$jsonFile = Get-WinUtilCheckBoxes -unCheck $false | ConvertTo-Json
$jsonFile | Out-File $Config -Force
"iex ""& { `$(irm christitus.com/win) } -Config '$Config'""" | Set-Clipboard
"iex ""& { `$(irm https://christitus.com/win) } -Config '$Config'""" | Set-Clipboard
}
} catch {
Write-Error "An error occurred while exporting: $_"