[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:
Thomas1664 2022-03-25 20:52:30 +01:00 committed by GitHub
parent e29f8ab7b1
commit 01c9942610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

@ -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)
")

View File

@ -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"
}

View File

@ -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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4fac1265134a68da104d27106ec6b409b23ba377",
"version": "0",
"port-version": 1
},
{
"git-tree": "1ff6683a2d398db76e1791b994dc157ffb21e88c",
"version-string": "deprecated",