Skip to content

Commit

Permalink
fix: Update Linux build setup for Electron app
Browse files Browse the repository at this point in the history
  • Loading branch information
Aya-X committed Jul 1, 2024
1 parent f508889 commit 1f5cd6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo snap install snapcraft --classic
sudo apt-get install -y gnome-keyring
chmod +x node_modules/app-builder-bin/linux/x64/app-builder
echo -e "[user]\ndefault-keyring=login.keyring" > ~/.gnome2/keyrings/default
mkdir -p ~/.local/share/keyrings
echo -n "password" | gnome-keyring-daemon --login
chmod 600 ~/.local/share/keyrings/*
- name: build-linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 1f5cd6c

Please sign in to comment.