Skip to content

Commit a83e6ed

Browse files
committed
fix: pin electron version
1 parent 18f23c6 commit a83e6ed

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Note: packaging/signing keys (for example Apple certificate/API key variables) a
132132

133133
**About `fetch-binaries.sh`:**
134134

135-
- Fetches native/runtime assets from `brainlife/ezbids-binaries` release `v0.0.5` and extracts to **`handler/bin`**.
135+
- Fetches native/runtime assets from `brainlife/ezbids-binaries` release `vX.X.X` and extracts to **`handler/bin`** (0.0.5 at the time of writing this).
136136
- Usage: **`./fetch-binaries.sh <platform> [arch]`**, where `platform` is one of `darwin|linux|windows` and `arch` is `amd64|arm64`.
137137
- Requires `curl`, `jq`, `tar`, `unzip`; for private repo access set **`GITHUB_TOKEN`**.
138138
- Run this before packaging whenever `handler/bin` is missing/outdated for your target platform.

electron/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@
3232
},
3333
"devDependencies": {
3434
"@types/node": "^20.0.0",
35-
"electron": "^40.3.0",
35+
"electron": "40.3.0",
3636
"electron-builder": "^26.7.0",
3737
"esbuild": "^0.27.3",
3838
"typescript": "^5.0.0"
3939
},
4040
"build": {
41+
"electronVersion": "40.3.0",
4142
"appId": "io.brainlife.ezbids.electron",
4243
"publish": null,
4344
"productName": "ezBIDS",

0 commit comments

Comments
 (0)