Skip to content

Commit

Permalink
Fix Bnet script not launching through Steam
Browse files Browse the repository at this point in the history
  • Loading branch information
doZennn authored May 31, 2024
1 parent 48e41ba commit 306a4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/parsers/battle-net.parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class BattleNetParser implements GenericParser {
finalData.success.push({
extractedTitle: name,
startInDirectory: bNetDir,
launchOptions: `-File "${scriptPath}" -bnet "${bNetExe}" -launchid "${launchId}"`
launchOptions: `-ExecutionPolicy Bypass -File "${scriptPath}" -bnet "${bNetExe}" -launchid "${launchId}"`
})
}
}
Expand Down

0 comments on commit 306a4d0

Please sign in to comment.