Skip to content

Commit

Permalink
[flash-runtime-extensions] no absolute paths (#22717)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 26, 2022
1 parent 3feaafe commit 45b0a6b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/flash-runtime-extensions/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions ports/flash-runtime-extensions/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,7 @@
},
"flash-runtime-extensions": {
"baseline": "2.4",
"port-version": 0
"port-version": 1
},
"flashlight-cpu": {
"baseline": "0.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/flash-runtime-extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ae5a85fa619355c266c5232762456120280d4046",
"version": "2.4",
"port-version": 1
},
{
"git-tree": "39452440462486913d797009f7e4676d95f1ad7b",
"version": "2.4",
Expand Down

0 comments on commit 45b0a6b

Please sign in to comment.