diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 1f5d44d26f..342e2b36cf 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -44,4 +44,4 @@ jobs: - name: Check Go dependency tree licenses # We allow only "notice" type of licenses. - run: go run github.com/google/go-licenses@latest check --ignore=golang.org/x --allowed_licenses=Apache-2.0,Apache-3,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT ./... + run: go run github.com/google/go-licenses@latest check --ignore=golang.org/x --allowed_licenses=Apache-2.0,Apache-3,BSD-2-Clause,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT ./... diff --git a/client/electron/electron-builder.json b/client/electron/electron-builder.json index a259fa0748..4b8f65638c 100644 --- a/client/electron/electron-builder.json +++ b/client/electron/electron-builder.json @@ -36,6 +36,11 @@ "icon": "client/electron/icons/png", "maintainer": "Jigsaw LLC", "target": [{ + "arch": [ + "x64" + ], + "target": "AppImage" + }, { "arch": "x64", "target": "deb" }]