mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-02 06:55:08 +03:00
Fix winget extra-package
This commit is contained in:
parent
18e001d9dd
commit
6f0d91eb88
@ -19,5 +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
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user