Skip to content

Commit ca21fe0

Browse files
committed
azurestorageexplorer@1.41.1: Fixes url (Closes #17354)
1 parent e2e3aaf commit ca21fe0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bucket/azurestorageexplorer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "CC-BY-4.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/1.41.1/StorageExplorer-windows-x64.exe",
8+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.1/StorageExplorer-windows-x64.exe",
99
"hash": "8fddc37e3032dae43875325af0da75fb69153cdef66602061cd409ca8e6fad42"
1010
},
1111
"arm64": {
12-
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/1.41.1/StorageExplorer-windows-arm64.exe",
12+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.1/StorageExplorer-windows-arm64.exe",
1313
"hash": "d84a31ac16c3d5a709ded4b6520b09635420547db084ac50a3d7b14a4cd6f857"
1414
}
1515
},
@@ -27,10 +27,10 @@
2727
"autoupdate": {
2828
"architecture": {
2929
"64bit": {
30-
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/$version/StorageExplorer-windows-x64.exe"
30+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v$version/StorageExplorer-windows-x64.exe"
3131
},
3232
"arm64": {
33-
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/$version/StorageExplorer-windows-arm64.exe"
33+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v$version/StorageExplorer-windows-arm64.exe"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)