package dlls on appveyor win32 build

This commit is contained in:
itsmattkc
2019-09-11 22:13:31 +10:00
parent 61e219802b
commit 87293d4265
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# Make
make -j$(sysctl -n hw.ncpu)
BUNDLE_PATH=$(find . -name "Olive.app")
BUNDLE_PATH=$(find . -name "*.app")
# Move Qt deps into bundle
macdeployqt $BUNDLE_PATH
+5
View File
@@ -32,6 +32,11 @@ cd olive
C:\Qt\5.13.0\msvc2015_64\bin\windeployqt olive-editor.exe
cd ..
REM Copy FFmpeg/OCIO/OIIO libraries in
copy ffmpeg-4.2-win64-shared\bin\*.dll olive\
copy ocio-v1.1.1-win64-shared\bin\*.dll olive\
copy oiio-v2.3.0-win64-shared\bin\*.dll olive\
REM Store the Git hash as a variable
git rev-parse --short=7 HEAD > shorthash.txt
set /p HASH= < shorthash.txt