From 124a9fb4056155f4045d3501662603d38bca6cf6 Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Thu, 18 Jun 2020 16:25:49 -0300 Subject: [PATCH] Try to fix TestFrame.bmp install 2. --- cmio/VirtualCamera/VirtualCamera.pro | 2 +- dshow/VirtualCamera/VirtualCamera.pro | 2 +- ports/ci/appveyor/deploy.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmio/VirtualCamera/VirtualCamera.pro b/cmio/VirtualCamera/VirtualCamera.pro index 3eab796..ac94ce0 100644 --- a/cmio/VirtualCamera/VirtualCamera.pro +++ b/cmio/VirtualCamera/VirtualCamera.pro @@ -99,7 +99,7 @@ infoPlist.files = $$shell_path($${OUT_PWD}/Info.plist) infoPlist.path = $${PREFIX}/$${CONTENTSPATH} infoPlist.CONFIG += no_check_exist -resources.files = $$shell_path($${PWD}/../../share/TestFrame/TestFrame.bmp) +resources.files = ../../share/TestFrame/TestFrame.bmp resources.path = $${PREFIX}/$${RESOURCESPATH} QMAKE_POST_LINK = \ diff --git a/dshow/VirtualCamera/VirtualCamera.pro b/dshow/VirtualCamera/VirtualCamera.pro index fcfbefd..c2e8075 100644 --- a/dshow/VirtualCamera/VirtualCamera.pro +++ b/dshow/VirtualCamera/VirtualCamera.pro @@ -128,7 +128,7 @@ INSTALLS += \ target.path = $${PREFIX}/$${INSTALLPATH} -resources.files = $$shell_path($${PWD}/../../share/TestFrame/TestFrame.bmp) +resources.files = ../../share/TestFrame/TestFrame.bmp) resources.path = $${PREFIX}/$${RESOURCESPATH} QMAKE_POST_LINK = \ diff --git a/ports/ci/appveyor/deploy.sh b/ports/ci/appveyor/deploy.sh index bc476cd..b961e10 100755 --- a/ports/ci/appveyor/deploy.sh +++ b/ports/ci/appveyor/deploy.sh @@ -21,4 +21,4 @@ export PATH=/mingw64/bin:$PATH python3 ports/deploy/deploy.py echo READ MAKE -grep 'TestFrame.bmp' dshow/VirtualCamera/Makefile.Release +cat dshow/VirtualCamera/Makefile.Release