Skip to content

Commit

Permalink
Attempt to add webkit2_41 tag when building on linux to fix Ubuntu 24…
Browse files Browse the repository at this point in the history
….04 issues
  • Loading branch information
thomas-senechal committed Aug 29, 2024
1 parent dc4ce4a commit 178a85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks:
platforms: [linux]
cmds:
- cmd: mkdir -p build/wallet-plugin
- cmd: go build -o build/wallet-plugin/wallet-plugin -tags desktop,production -ldflags "-w -s" main.go
- cmd: go build -o build/wallet-plugin/wallet-plugin -tags desktop,production,webkit2_41 -ldflags "-w -s" main.go

build-macos:
platforms: [darwin]
Expand Down

0 comments on commit 178a85b

Please sign in to comment.