We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19bc52 commit b698779Copy full SHA for b698779
src/backend/storeManagers/legendary/setup.ts
@@ -20,7 +20,7 @@ export const legendarySetup = async (appName: string) => {
20
21
// Fixes games like Fallout New Vegas and Dishonored: Death of the Outsider
22
await runWineCommandOnGame(appName, {
23
- commandParts: ['reg', 'add', 'HKEY_CLASSES_ROOT\\com.epicgames.launcher'],
+ commandParts: ['reg', 'add', 'HKEY_CLASSES_ROOT\\com.epicgames.launcher', '/f'],
24
wait: true,
25
protonVerb: 'waitforexitandrun'
26
})
0 commit comments