mirror of
https://github.com/mrpond/BlockTheSpot.git
synced 2025-05-11 18:36:47 +02:00
Fix small typos
This commit is contained in:
parent
865f1907c0
commit
5d62c7743f
1 changed files with 2 additions and 2 deletions
|
@ -181,12 +181,12 @@ if ($ch -eq 'y') {
|
|||
$xpuiContents = $reader.ReadToEnd()
|
||||
$reader.Close()
|
||||
|
||||
# Replace ".ads.leaderboard.isEnabled}
|
||||
# Replace ".ads.leaderboard.isEnabled}"
|
||||
# With ".ads.leaderboard.isEnabled&&false}"
|
||||
$xpuiContents = $xpuiContents -replace '(\.ads\.leaderboard\.isEnabled)}', '$1&&false}'
|
||||
|
||||
# Rewrite it to the zip
|
||||
$writer = New-object System.IO.StreamWriter($entry.Open())
|
||||
$writer = New-Object System.IO.StreamWriter($entry.Open())
|
||||
$writer.BaseStream.SetLength(0)
|
||||
$writer.Write($xpuiContents)
|
||||
$writer.Close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue