Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SteamGridDB/steam-rom-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed May 31, 2024
2 parents cf94af1 + 306a4d0 commit 8e89489
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 8e89489

Please sign in to comment.