Skip to content

Commit

Permalink
Updater tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
taislin committed Mar 8, 2021
1 parent 065c18d commit 3436c9b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions resources/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<body>
<h1>Civilization 13: Typespess Client</h1>
<br>
<iframe src="news.html" style="width:90%;height:400px;" title="News"></iframe>
<br>
<button onclick="window.location.href='resources/index.html'">Launch</button>
</body>
</html>
2 changes: 2 additions & 0 deletions resources/app/news.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html>
<meta http-equiv="Refresh" content="0; url='http://civ13.com/ts/news.html'" />
14 changes: 7 additions & 7 deletions resources/app/update.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@echo off
echo ________ ______ ___________ ____ ________________
echo /_ __/\ \/ / __ \/ ____/ ___// __ \/ ____/ ___/ ___/
echo / / \ / /_/ / __/ \__ \/ /_/ / __/ \__ \\__ \
echo / / / / ____/ /___ ___/ / ____/ /___ ___/ /__/ /
echo /_/ /_/_/ /_____//____/_/ /_____//____/____/
echo .
echo UPDATING THE CLIENT... DO NOT CLOSE THIS WINDOW, IT WILL CLOSE AUTOMATICALLY
echo [31m ________ ______ ___________ ____ ________________[0m
echo [31m /_ __/\ \/ / __ \/ ____/ ___// __ \/ ____/ ___/ ___/[0m
echo [31m / / \ / /_/ / __/ \__ \/ /_/ / __/ \__ \\__ \ [0m
echo [31m / / / / ____/ /___ ___/ / ____/ /___ ___/ /__/ / [0m
echo [31m/_/ /_/_/ /_____//____/_/ /_____//____/____/ [0m
echo.
echo [33mUPDATING... DO NOT CLOSE THIS WINDOW, IT WILL CLOSE AUTOMATICALLY[0m
cd..
cd..
cd tools
Expand Down

0 comments on commit 3436c9b

Please sign in to comment.