chg: the version text layout

This commit is contained in:
iceman1001 2017-08-29 08:46:26 +02:00
commit a971c03877
4 changed files with 31 additions and 16 deletions

View file

@ -71,7 +71,7 @@ static void showBanner(void){
printf("\e[34m██╔═══╝ ██║╚██╔╝██║ ══█║\e[0m iceman@icesql.net\n");
printf("\e[34m██║ ██║ ╚═╝ ██║ ████╔╝\e[0m https://github.com/iceman1001/proxmark3\n");
printf("\e[34m╚═╝ ╚═╝ ╚═╝ ╚═══╝\e[0m v3.0.0\n");
printf("\nKeep icemanfork alive, do please donate, https://paypal.me/iceman1001/");
printf("\nKeep icemanfork alive by a donation https://paypal.me/iceman1001/");
printf("\n\n");
}
#endif