libwebkit2gtk-4.0-dev was dropped in Noble; use 4.1 and pass -tags webkit2_41 to wails build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
b6ff30de78
commit
b2b5c8c7cb
@@ -30,7 +30,7 @@ jobs:
|
|||||||
sudo apt-get update -q
|
sudo apt-get update -q
|
||||||
sudo apt-get install -y \
|
sudo apt-get install -y \
|
||||||
libgtk-3-dev \
|
libgtk-3-dev \
|
||||||
libwebkit2gtk-4.0-dev \
|
libwebkit2gtk-4.1-dev \
|
||||||
libayatana-appindicator3-dev
|
libayatana-appindicator3-dev
|
||||||
|
|
||||||
# ── Server binaries (CGO_ENABLED=0, cross-compile freely) ──────────────
|
# ── Server binaries (CGO_ENABLED=0, cross-compile freely) ──────────────
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
- name: Build desktop app
|
- name: Build desktop app
|
||||||
run: |
|
run: |
|
||||||
cd cmd/app
|
cd cmd/app
|
||||||
wails build -trimpath -ldflags="-s -w" -o ../../dist/waste-linux-amd64
|
wails build -trimpath -ldflags="-s -w" -tags webkit2_41 -o ../../dist/waste-linux-amd64
|
||||||
|
|
||||||
# ── Publish release (tags only) ─────────────────────────────────────────
|
# ── Publish release (tags only) ─────────────────────────────────────────
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user