feat: add libwebkit2gtk 4.1 support (#428)

This commit is contained in:
Cloud
2025-04-17 10:30:21 +08:00
committed by GitHub
parent 3ffe02d11f
commit 2fb7e06335
3 changed files with 136 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ jobs:
content=$(echo "$content" | sed -e "s/{{.Author.Name}}/$(jq -r '.author.name' wails.json)/g")
content=$(echo "$content" | sed -e "s/{{.Author.Email}}/$(jq -r '.author.email' wails.json)/g")
content=$(echo "$content" | sed -e "s/{{.Info.Comments}}/$(jq -r '.info.comments' wails.json)/g")
content=$(echo "$content" | sed -e "s/{{.libwebkit2gtk.PackageName}}/libwebkit2gtk-4.0-37/g")
echo $content
echo "$content" > build/linux/tiny-rdm_0.0.0_amd64/DEBIAN/control