-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Markus Busche
authored
Jul 11, 2018
1 parent
8c3cddb
commit 39f0cc7
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@echo off | ||
rem (c) 2016 M. Busche, [email protected] | ||
rem (c) 2016-2018 M. Busche, [email protected] | ||
rem | ||
rem | ||
rem _ _ | ||
|
@@ -73,11 +73,11 @@ if "%WINVER:~0,3%"=="10." ( | |
|
||
rem Title | ||
if %colored% == 1 ( | ||
echo [97mCourseplay Beta Updatescript v1.4[0m | ||
echo [97mCourseplay Beta Updatescript v1.5[0m | ||
) else ( | ||
echo Courseplay Beta Updatescript v1.4 | ||
echo Courseplay Beta Updatescript v1.5 | ||
) | ||
echo (c) 2016 elpatron@mailbox.org | ||
echo (c) 2016-2018 elpatron@mailbox.org | ||
echo . | ||
|
||
rem git.exe startable? | ||
|