Add Windows installer packaging
Template tests / tests (push) Successful in 1m40s

This commit is contained in:
2026-06-23 11:01:43 -05:00
parent f4278d118c
commit 058582d7af
7 changed files with 93 additions and 35 deletions
+6
View File
@@ -21,6 +21,12 @@ const { readLock } = require('../core/locks');
const CaptureService = require('./capture');
const { keepProcessesResponsive } = require('./win-power');
const APP_ID = 'com.stepforge.app';
if (process.platform === 'win32') {
app.setAppUserModelId(APP_ID);
}
// Keep capture working on battery. In a power-saving plan on DC power, Windows
// applies Power Throttling (EcoQoS) to background work — and StepForge records
// with its window hidden, so the frame-capture worker renderer is exactly the