Skip to content

Commit

Permalink
add hwinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
duzyn authored Oct 14, 2024
1 parent 3bf5823 commit dda01f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ Get-ChildItem -Recurse -Path .\bucket | ForEach-Object -Process {
# Typora
(Get-Content $_.FullName) -replace 'download\.typora\.io', 'download2.typoraio.cn' | Set-Content -Path $_.FullName

# Typora
(Get-Content $_.FullName) -replace 'www\.fosshub\.com/HWiNFO\.html', 'www.hwinfo.com/files' | Set-Content -Path $_.FullName

# Scripts
(Get-Content $_.FullName) -replace '(bucketsdir\\\\).+(\\\\scripts)', '$1scoop-cn$2' | Set-Content -Path $_.FullName

Expand Down

0 comments on commit dda01f2

Please sign in to comment.