CI: macgstcopy.sh copies libsoup now
This commit is contained in:
parent
54cfb2bbc4
commit
a94d6e3dd8
|
@ -838,17 +838,12 @@ jobs:
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: make install
|
run: make install
|
||||||
|
|
||||||
- name: Manually copy files not handled by macdeployqt
|
|
||||||
working-directory: build
|
|
||||||
run: |
|
|
||||||
mkdir -p strawberry.app/Contents/Frameworks/
|
|
||||||
cp ${{env.prefix_path}}/lib/libsoup-3.0.0.dylib strawberry.app/Contents/Frameworks/
|
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
env:
|
env:
|
||||||
GIO_EXTRA_MODULES: ${{env.prefix_path}}/lib/gio/modules
|
GIO_EXTRA_MODULES: ${{env.prefix_path}}/lib/gio/modules
|
||||||
GST_PLUGIN_SCANNER: ${{env.prefix_path}}/libexec/gstreamer-1.0/gst-plugin-scanner
|
GST_PLUGIN_SCANNER: ${{env.prefix_path}}/libexec/gstreamer-1.0/gst-plugin-scanner
|
||||||
GST_PLUGIN_PATH: ${{env.prefix_path}}/lib/gstreamer-1.0
|
GST_PLUGIN_PATH: ${{env.prefix_path}}/lib/gstreamer-1.0
|
||||||
|
LIBSOUP_LIBRARY_PATH: ${{env.prefix_path}}/lib/libsoup-3.0.0.dylib
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: make deploy
|
run: make deploy
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue