mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 17:13:02 +08:00
[sciter] escape quotes (#23752)
* [sciter] escape quotes * version * update vcpkg.json * update vcpkg.json * update vcpkg.json Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
e29f8ab7b1
commit
01c9942610
@ -6,7 +6,7 @@ Upstream has stopped active development of sciter and instead encourage users to
|
||||
|
||||
Options for existing users are:
|
||||
1. Depend upon `sciter-js` and change your code to work with the new library
|
||||
2. Use `"overrides"` in manifest mode to pin to `"version-string": "4.4.8.3#1"`
|
||||
2. Use `\"overrides\"` in manifest mode to pin to `\"version-string\": \"4.4.8.3#1\"`
|
||||
3. Copy the last available `sciter` version into an overlay port (commit 756f1845537a916ba706f6af544b2f490c30fbb1 at subpath `ports/sciter`)
|
||||
4. Use the community registry `https://github.com/VuYeK/vcpkg-registry` which may have newer versions of `sciter` available (not affiliated with Microsoft)
|
||||
")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "sciter",
|
||||
"version-string": "deprecated",
|
||||
"version": "0",
|
||||
"port-version": 1,
|
||||
"description": "Sciter is an embeddable HTML/CSS/scripting engine.",
|
||||
"homepage": "https://github.com/c-smile/sciter-sdk"
|
||||
}
|
||||
|
@ -6297,8 +6297,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sciter": {
|
||||
"baseline": "deprecated",
|
||||
"port-version": 0
|
||||
"baseline": "0",
|
||||
"port-version": 1
|
||||
},
|
||||
"sciter-js": {
|
||||
"baseline": "4.4.8.31",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4fac1265134a68da104d27106ec6b409b23ba377",
|
||||
"version": "0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "1ff6683a2d398db76e1791b994dc157ffb21e88c",
|
||||
"version-string": "deprecated",
|
||||
|
Loading…
Reference in New Issue
Block a user