Skip to content

Commit 3c5aa84

Browse files
authored
Electron updates (#175)
* fix: added LDX for snapcraft * chore: dependencies bump
1 parent 8fe7231 commit 3c5aa84

3 files changed

Lines changed: 274 additions & 1263 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,18 @@ jobs:
6969

7070
- name: Build Store-Safe Version
7171
run: npm run build:release:store
72-
73-
# No script generation — snapcraft.yaml already exists
74-
72+
7573
- name: Install Snapcraft
7674
uses: samuelmeuli/action-snapcraft@v2
7775
with:
7876
snapcraft_token: ${{ secrets.SNAPCRAFT_LOGIN }}
7977

78+
- name: Install LXD
79+
run: |
80+
sudo snap install lxd
81+
sudo lxd waitready
82+
sudo lxd init --auto
83+
8084
- name: Pack Snap
8185
run: snapcraft pack
8286

0 commit comments

Comments
 (0)