fix(linux): set LD_LIBRARY_PATH to help linuxdeploy find yt-dlp dependencies

This commit is contained in:
NimBold
2026-06-30 05:38:05 +03:30
parent df311374fd
commit 9f88c27b83
+3
View File
@@ -69,6 +69,9 @@ jobs:
run: node scripts/provision-engines.js --target ${{ matrix.target }}
- name: Build package
run: npm run tauri build -- --target ${{ matrix.target }} --bundles ${{ matrix.bundles }}
env:
APPIMAGE_EXTRACT_AND_RUN: 1
LD_LIBRARY_PATH: ${{ github.workspace }}/src-tauri/provisioned-engines/${{ matrix.target }}/_internal
- name: Verify macOS packaged engines and launch
if: runner.os == 'macOS'
run: |