fix(scoop): define as inno installer

This commit is contained in:
Jan De Dobbeleer 2022-10-20 06:53:24 +02:00 committed by Jan De Dobbeleer
parent ae671c711d
commit b6022b12f1

View file

@ -22,6 +22,7 @@
"/VERYSILENT"
]
},
"innosetup": true,
"checkver": {
"github": "https://github.com/JanDeDobbeleer/oh-my-posh"
},
@ -32,17 +33,14 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe",
"hash": {
"url": "$url.sha256"
}
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe"
},
"32bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe",
"hash": {
"url": "$url.sha256"
}
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}