Fix wingetcreate update

This commit is contained in:
Filipe PINTO 2024-04-24 16:45:33 +02:00 committed by GitHub
parent 2a960aa605
commit 905e3823f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,4 +19,4 @@ if (-not (Test-Path variable:token)) {
exit 1
}
wingetcreate update --submit --token "$token" --urls "https://github.com/Orange-OpenSource/hurl/releases/download/$release/hurl-$release-x86_64-pc-windows-msvc-installer.exe|x64" --version "$release" "Orange-OpenSource.Hurl"
.\wingetcreate.exe update --submit --token "$token" --urls "https://github.com/Orange-OpenSource/hurl/releases/download/$release/hurl-$release-x86_64-pc-windows-msvc-installer.exe|x64" --version "$release" "Orange-OpenSource.Hurl"