Skip to content
10 changes: 4 additions & 6 deletions ports/sciter-js/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ endif()

set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled)

set(SCITER_REVISION d5a13ff197fed3af46d4bc931c158828eb61e357)
set(SCITER_SHA 5be2db9d2e5caa19be158020a084a246acd6dad2047062f603b3af4f3cdbdd7f7750b263ad6dfaa6c3667de6c51084fc2df75cd3cb8cd60501550377dded1928)
set(SCITER_REVISION 52bfe183983118c884294c864ee7b3d0dd199de6)
set(SCITER_SHA d31ef2a07525bf1c91b9f36ee434db6227bead732f5779cb4ee28ab6d92957bfb3d4656a960d3c47e64f3efc207f78be64853a56b1e1a14f56fd3c829b022155)

if(VCPKG_TARGET_ARCHITECTURE STREQUAL x64)
set(SCITER_ARCH x64)
Expand Down Expand Up @@ -94,8 +94,8 @@ elseif(VCPKG_TARGET_IS_WINDOWS)
file(INSTALL ${SCITER_BIN}/scapp.exe DESTINATION ${SCITER_TOOLS})
file(INSTALL ${SCITER_BIN}/usciter.exe DESTINATION ${SCITER_TOOLS})
file(INSTALL ${SCITER_BIN}/inspector.exe DESTINATION ${SCITER_TOOLS})
file(INSTALL ${SCITER_BIN}/window-mixin.exe DESTINATION ${SCITER_TOOLS})
file(INSTALL ${SCITER_BIN}/sciter.dll DESTINATION ${SCITER_TOOLS})
file(INSTALL ${SCITER_BIN}/sciter-sqlite.dll DESTINATION ${SCITER_TOOLS})

if ("windowless" IN_LIST FEATURES)
set(SCITER_BIN ${SOURCE_PATH}/bin.lite/windows/${SCITER_ARCH})
Expand All @@ -104,8 +104,6 @@ elseif(VCPKG_TARGET_IS_WINDOWS)
file(INSTALL ${SCITER_BIN}/sciter.dll DESTINATION ${CURRENT_PACKAGES_DIR}/bin)
file(INSTALL ${SCITER_BIN}/sciter.dll DESTINATION ${CURRENT_PACKAGES_DIR}/debug/bin)

file(INSTALL ${SCITER_BIN}/sciter-sqlite.dll DESTINATION ${CURRENT_PACKAGES_DIR}/bin)
file(INSTALL ${SCITER_BIN}/sciter-sqlite.dll DESTINATION ${CURRENT_PACKAGES_DIR}/debug/bin)

message(WARNING "Sciter requires manual deployment of the correct DLL files.")

endif()
2 changes: 1 addition & 1 deletion ports/sciter-js/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sciter-js",
"version-string": "4.4.8.16",
"version": "4.4.8.31",
"description": "Sciter.JS - Sciter but with QuickJS on board instead of TIScript. Sciter is an embeddable HTML/CSS/scripting engine.",
"homepage": "https://github.com/c-smile/sciter-js-sdk",
"supports": "!uwp & !arm & !static",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6265,7 +6265,7 @@
"port-version": 0
},
"sciter-js": {
"baseline": "4.4.8.16",
"baseline": "4.4.8.31",
"port-version": 0
},
"scnlib": {
Expand Down
23 changes: 14 additions & 9 deletions versions/s-/sciter-js.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"versions": [
{
"git-tree": "d8b949852b38b18eac5c4fa0c25282d531c596fd",
"version-string": "4.4.8.16",
"port-version": 0
}
]
}
{
"versions": [
{
"git-tree": "01c76a267b6924a5f1f03349738e479e8bbe2c0b",
"version": "4.4.8.31",
"port-version": 0
},
{
"git-tree": "d8b949852b38b18eac5c4fa0c25282d531c596fd",
"version-string": "4.4.8.16",
"port-version": 0
}
]
}