mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-04-22 22:08:04 +08:00
copy webkit files
This commit is contained in:
parent
5691d6c808
commit
e504e6a1a8
9
.github/workflows/release-linux.yaml
vendored
9
.github/workflows/release-linux.yaml
vendored
@ -127,6 +127,15 @@ jobs:
|
||||
chmod u+x linuxdeploy
|
||||
|
||||
./linuxdeploy --appdir AppDir
|
||||
|
||||
pushd AppDir
|
||||
# Copy WebKit files.
|
||||
find /usr/lib* -name WebKitNetworkProcess -exec mkdir -p $(dirname '{}') \; -exec cp --parents '{}' "." \; || true
|
||||
find /usr/lib* -name WebKitWebProcess -exec mkdir -p $(dirname '{}') \; -exec cp --parents '{}' "." \; || true
|
||||
find /usr/lib* -name libwebkit2gtkinjectedbundle.so -exec mkdir -p $(dirname '{}') \; -exec cp --parents '{}' "." \; || true
|
||||
popd
|
||||
|
||||
|
||||
mkdir -p AppDir/usr/share/icons/hicolor/512x512/apps
|
||||
build_dir="build/linux/tiny-rdm_${{ steps.normalise_version.outputs.version }}_amd64"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user