[Script] Update Project64Url in upload_beta.vbs
This commit is contained in:
parent
264a6ede5b
commit
6aba2ae793
|
@ -24,7 +24,7 @@ sub ShowUsage()
|
|||
end sub
|
||||
|
||||
function Project64Url()
|
||||
Project64Url = "http://www.local.pj64-emu.com"
|
||||
Project64Url = "http://www.pj64-emu.com"
|
||||
End Function
|
||||
|
||||
sub CreateUploadTarget()
|
||||
|
@ -113,7 +113,6 @@ sub CreateUploadTarget()
|
|||
WScript.StdOut.WriteLine objHTTP.responseText
|
||||
WScript.Quit 1
|
||||
end if
|
||||
WScript.StdOut.WriteLine objHTTP.responseText
|
||||
|
||||
Set objHTTP = Nothing
|
||||
end sub
|
||||
|
|
Loading…
Reference in New Issue