-
Notifications
You must be signed in to change notification settings - Fork 0
/
update.html
39 lines (39 loc) · 1.32 KB
/
update.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2" />
<meta name="Author" content="Bimbol" />
<link rel="stylesheet" type="text/css" href="style.css">
<title>Tzar Chat - Update</title>
</head>
<body>
<div id="logo_bg" />
<div id="wrapper">
<div id="logo"></div>
<div id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="bugs.html">Bugs</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="authors.html">Authors</a></li>
</ul>
</div>
<div id="block">
<div id="text">
<h2>Update</h2>
<b>How to manually update client?</b><br>
1. Close Tzar Chat!<br>
2. Download update file (<i>update.zip</i>):<br>
<center><img src="img/u1.png" /></center><br>
3. Move update.zip to TzarChat directory:<br>
<center><img src="img/u2.png" /></center><br>
4. Open program <i>Update-TC.exe</i>. If you receive this error message:<br>
<center><img src="img/u3.png" /></center><br>
Open program <i>Update-TC.exe</i> with Admin rights!<br>
If everything goes well, your Tzar Chat will be updated, as on screen shot:<br>
<center><img src="img/u4.png" /></center>
</div>
</div>
</div>
</body>
</html>