Fix launcher binary discovery and defaults

This commit is contained in:
2026-04-03 00:04:04 -07:00
parent 8b9ac99f3d
commit 78d0da03dd
5 changed files with 149 additions and 19 deletions

View File

@@ -97,7 +97,7 @@ export function createDefaultArgs(launcherConfig: LauncherYoutubeSubgenConfig):
backend: 'auto',
directory: '.',
recursive: false,
profile: 'subminer',
profile: '',
startOverlay: false,
whisperBin: process.env.SUBMINER_WHISPER_BIN || launcherConfig.whisperBin || '',
whisperModel: process.env.SUBMINER_WHISPER_MODEL || launcherConfig.whisperModel || '',