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