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