mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 02:38:03 +08:00
[flash-runtime-extensions] no absolute paths (#22717)
This commit is contained in:
parent
3feaafe785
commit
45b0a6bda6
@ -13,6 +13,7 @@ vcpkg_cmake_configure(
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup()
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "flash-runtime-extensions",
|
||||
"version": "2.4",
|
||||
"port-version": 1,
|
||||
"description": "Adobe AIR Native Extension API for Windows/MacOS/Linux",
|
||||
"homepage": "https://github.com/al-sabr/FlashRuntimeExtensions",
|
||||
"supports": "!(arm | uwp)",
|
||||
|
@ -2182,7 +2182,7 @@
|
||||
},
|
||||
"flash-runtime-extensions": {
|
||||
"baseline": "2.4",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"flashlight-cpu": {
|
||||
"baseline": "0.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ae5a85fa619355c266c5232762456120280d4046",
|
||||
"version": "2.4",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "39452440462486913d797009f7e4676d95f1ad7b",
|
||||
"version": "2.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user