Skip to content

Commit 910cef6

Browse files
steveseguinclaude
andcommitted
Update custom Electron to v39.2.13-qp20 for Windows
Fixes transparent frameless window resize issue. This version includes the combined Chromium patch (WS_THICKFRAME) and Electron fix (SetIsTranslucent post-task) for transparent+frameless+resizable windows. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d780ef2 commit 910cef6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"build": {
3434
"appId": "capture.electron",
3535
"productName": "elecap",
36-
"electronVersion": "39.2.8-qp20",
36+
"electronVersion": "39.2.13-qp20",
3737
"electronDownload": {
3838
"mirror": "https://github.com/steveseguin/electron/releases/download/",
39-
"customDir": "v39.2.8-qp20"
39+
"customDir": "v39.2.13-qp20"
4040
},
4141
"protocols": {
4242
"name": "electroncapture",

scripts/install-custom-electron.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ const { Readable } = require('stream');
1010
const CHECKSUM_MANIFEST = 'SHASUMS256.txt';
1111
const PLATFORM_TARGETS = new Map([
1212
['win32', {
13-
version: '39.2.7-qp20',
14-
releaseTag: 'v39.2.7-qp20',
13+
version: '39.2.13-qp20',
14+
releaseTag: 'v39.2.13-qp20',
1515
mirrorBase: 'https://github.com/steveseguin/electron/releases/download/',
1616
artifacts: new Map([
17-
['x64', 'electron-v39.2.7-win32-x64.zip']
17+
['x64', 'electron-v39.2.13-qp20-win32-x64.zip']
1818
])
1919
}],
2020
['linux', {

0 commit comments

Comments
 (0)