Skip to content

Commit

Permalink
nss fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chapati committed Jun 15, 2021
1 parent b69ddcb commit 8f8c85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -179,7 +179,7 @@ jobs:
echo "Creating AppImage"
chmod a+x ui/3rdparty/linuxdeployqt-7
export VERSION=${{env.BEAM_VERSION}}
./ui/3rdparty/linuxdeployqt-7 ./deploy/usr/share/applications/BeamWallet${{env.BEAM_DISPLAY_SUFFIX}}.desktop -appimage -no-translations -always-overwrite -qmldir="./ui/view" -no-copy-copyright-files
./ui/3rdparty/linuxdeployqt-7 ./deploy/usr/share/applications/BeamWallet${{env.BEAM_DISPLAY_SUFFIX}}.desktop -appimage -no-translations -always-overwrite -qmldir="./ui/view" -no-copy-copyright-files -exclude-libs="libnss3.so,libnssutil3.so"
- name: CPack [windows]
shell: bash
Expand Down

0 comments on commit 8f8c85c

Please sign in to comment.