feat(electron): add plebbit rpc

This commit is contained in:
Esteban Abaroa
2023-12-11 00:49:36 +00:00
parent 33a4009ed7
commit 03b9b82a6f
14 changed files with 143 additions and 61 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
node-version: 16
- run: yarn install --frozen-lockfile
# make sure the ipfs executable is executable
- run: node electron/downloadIpfs && sudo chmod +x bin/linux/ipfs
- run: node electron/download-ipfs && sudo chmod +x bin/linux/ipfs
- run: CI='' yarn build
- run: yarn electron:build:linux
- run: ls dist
@@ -54,7 +54,7 @@ jobs:
node-version: 16
- run: yarn install --frozen-lockfile
# make sure the ipfs executable is executable
- run: node electron/downloadIpfs && sudo chmod +x bin/mac/ipfs
- run: node electron/download-ipfs && sudo chmod +x bin/mac/ipfs
- run: CI='' yarn build
- run: yarn electron:build:mac
- run: ls dist