Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmanto committed Nov 1, 2017
1 parent e15d1a5 commit cc83a59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
0 LICENSE → COPYING
100644 → 100755
File renamed without changes.
2 changes: 1 addition & 1 deletion bangwallpaper42.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Dim WshShell

Set WshShell = CreateObject("WScript.Shell")

WshShell.Run "powershell.exe -nologo -ExecutionPolicy Bypass -command .\rotanconv28.ps1", 0, TRUE
WshShell.Run "powershell.exe -nologo NoProfile -ExecutionPolicy Bypass -command .\rotanconv29.ps1", 0, TRUE

set WshShell = nothing
WScript.Quit
1 change: 1 addition & 0 deletions rotanconv28.ps1 → rotanconv29.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ function loadandset {
$imgurl = $contents.substring($b+12,$c+4)
$imgurl = "http://www.bing.com" + $imgurl
$imgurl = procstr $imgurl
$imgurl = $imgurl -replace "http://www.bing.com//www.bing.com/" , "http://www.bing.com/"
}

Write-Verbose "Download image."
Expand Down

0 comments on commit cc83a59

Please sign in to comment.