Replies: 1 comment 1 reply
-
@mikedoy try to fetch |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of :
pseudo code:
latest_ver = curl -sI https://github.com/microsoft/terminal/releases/latest | grep location:
version := path.Base(latest_ver)
versionNoV := version[1:]
wtfisthis := "8wekyb3d8bbwe"
base_url = "https://github.com/microsoft/terminal/releases/download"
msi_url = fmt.Sprintf("%s/%s/Microsoft.WindowsTerminal_%s_%s.msixbundle", base_url, version, versionNoV, wtfisthis)
Beta Was this translation helpful? Give feedback.
All reactions