Skip to content

Instantly share code, notes, and snippets.

View berkekbgz's full-sized avatar
😶‍🌫️

Berke Emin Kabagöz berkekbgz

😶‍🌫️
View GitHub Profile
Import-Module BitsTransfer
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor [System.Net.SecurityProtocolType]::Tls12
$repo = "nocab-transfer/nocab-desktop"
$signature = "signature-*.crt"
$msix = "nocab_desktop-win64-selfsigned_package.msix"
$releasesUrl = "https://api.github.com/repos/$repo/releases"