Skip to content
Snippets Groups Projects
Commit 074a9d20 authored by fireice-uk's avatar fireice-uk
Browse files

fix logo on Windows

parent 33120ec4
No related branches found
No related tags found
No related merge requests found
......@@ -790,14 +790,14 @@ int main(int argc, char *argv[])
printer::inst()->print_str("'c' - connection\n");
printer::inst()->print_str("-------------------------------------------------------------------\n");
printer::inst()->print_str("Upcoming xmr-stak-gui is sponsored by:\n");
printer::inst()->print_str(" ##### ______ _____\n");
printer::inst()->print_str(" ## ## | ___ \\ / __ \\\n");
printer::inst()->print_str("# _ #| |_/ /_ _ ___ | / \\/ _ _ _ _ _ _ ___ _ __ ___ _ _\n");
printer::inst()->print_str("# |_| #| /| | | | / _ \\ | | | | | || '_|| '_|/ _ \\| '_ \\ / __|| | | |\n");
printer::inst()->print_str("# #| |\\ \\| |_| || (_) || \\__/\\| |_| || | | | | __/| | | || (__ | |_| |\n");
printer::inst()->print_str(" ## ## \\_| \\_|\\__, | \\___/ \\____/ \\__,_||_| |_| \\___||_| |_| \\___| \\__, |\n");
printer::inst()->print_str(" ##### __/ | __/ |\n");
printer::inst()->print_str(" |___/ https://ryo-currency.com |___/\n\n");
printer::inst()->print_str(" ##### ______ ____\n");
printer::inst()->print_str(" ## ## | ___ \\ / _ \\\n");
printer::inst()->print_str("# _ #| |_/ /_ _ ___ | / \\/ _ _ _ _ _ _ ___ _ __ ___ _ _\n");
printer::inst()->print_str("# |_| #| /| | | | / _ \\ | | | | | || '_|| '_|/ _ \\| '_ \\ / __|| | | |\n");
printer::inst()->print_str("# #| |\\ \\| |_| || (_) || \\_/\\| |_| || | | | | __/| | | || (__ | |_| |\n");
printer::inst()->print_str(" ## ## \\_| \\_|\\__, | \\___/ \\____/ \\__,_||_| |_| \\___||_| |_| \\___| \\__, |\n");
printer::inst()->print_str(" ##### __/ | __/ |\n");
printer::inst()->print_str(" |___/ https://ryo-currency.com |___/\n\n");
printer::inst()->print_str("This currency is a way for us to implement the ideas that we were unable to in\n");
printer::inst()->print_str("Monero. See https://github.com/fireice-uk/cryptonote-speedup-demo for details.\n");
printer::inst()->print_str("-------------------------------------------------------------------\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment