updated electron, deps, and moved remote calls after start

This commit is contained in:
2025-03-29 15:58:28 +01:00
parent 72c25dfdc1
commit afd05ae88b
4 changed files with 2180 additions and 1086 deletions

View File

@@ -24,6 +24,10 @@ jobs:
node-version: 22.4
- run: npm install
- run: npm run build
- uses: actions/upload-artifact@master
with:
name: linux-builds
path: dist/
build_on_mac:
runs-on: macos-latest