We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14128d5 commit bb8a9b6Copy full SHA for bb8a9b6
.github/workflows/github-actions.yml
@@ -71,7 +71,7 @@ jobs:
71
env:
72
GOOS: ${{ matrix.build.GOOS }}
73
GOARCH: ${{ matrix.build.GOARCH }}
74
- run: ~/go/bin/wails build -m -trimpath -tags with_quic -webview2 embed -o ${{ env.APP_NAME }}.exe
+ run: ~/go/bin/wails build -m -trimpath -tags webkit2_41,with_quic -webview2 embed -o ${{ env.APP_NAME }}.exe
75
76
# Compress: macOS
77
- name: Create a compressed file for macOS
0 commit comments