mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
fix(scoop): define as inno installer
This commit is contained in:
parent
ae671c711d
commit
b6022b12f1
|
@ -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": {
|
|
||||||
"url": "$url.sha256"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.sha256"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue