mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix release name style
This commit is contained in:
parent
79400d0779
commit
fc9f70c436
2 changed files with 8 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -372,7 +372,9 @@ release:
|
||||||
@find . \( -path "./Makefile.defs" -or -path "./client/Makefile" -or -path "./common_arm/Makefile.common" -or -path "./tools/hitag2crack/*/Makefile" -or -path "./client/deps/*/Makefile" \) -exec sed -i 's/ -Werror//' {} \;
|
@find . \( -path "./Makefile.defs" -or -path "./client/Makefile" -or -path "./common_arm/Makefile.common" -or -path "./tools/hitag2crack/*/Makefile" -or -path "./client/deps/*/Makefile" \) -exec sed -i 's/ -Werror//' {} \;
|
||||||
@find . \( -path "./client/deps/*.cmake" -or -path "./client/CMakeLists.txt" -or -path "./client/experimental_lib/CMakeLists.txt" \) -exec sed -i 's/ -Werror//' {} \;
|
@find . \( -path "./client/deps/*.cmake" -or -path "./client/CMakeLists.txt" -or -path "./client/experimental_lib/CMakeLists.txt" \) -exec sed -i 's/ -Werror//' {} \;
|
||||||
# - Changing banner...
|
# - Changing banner...
|
||||||
|
@sed -i "s/^#define BANNERMSG2 .*/#define BANNERMSG2 \" -----------------------------------\"/" client/src/proxmark3.c
|
||||||
@sed -i "s/^#define BANNERMSG3 .*/#define BANNERMSG3 \"Release $(VERSION) - $(RELEASE_NAME)\"/" client/src/proxmark3.c
|
@sed -i "s/^#define BANNERMSG3 .*/#define BANNERMSG3 \"Release $(VERSION) - $(RELEASE_NAME)\"/" client/src/proxmark3.c
|
||||||
|
@echo -n "# ";grep "^#define BANNERMSG2" client/src/proxmark3.c
|
||||||
@echo -n "# ";grep "^#define BANNERMSG3" client/src/proxmark3.c
|
@echo -n "# ";grep "^#define BANNERMSG3" client/src/proxmark3.c
|
||||||
# - Committing temporarily...
|
# - Committing temporarily...
|
||||||
@git commit -a -m "Release $(VERSION) - $(RELEASE_NAME)"
|
@git commit -a -m "Release $(VERSION) - $(RELEASE_NAME)"
|
||||||
|
|
|
@ -75,8 +75,9 @@ static void showBanner_logo(LogoMode mode) {
|
||||||
sq, sq, tl, hl, hl, hl, br, __, sq, sq, vl, bl, sq, sq, tl, br, sq, sq, vl, __, bl, hl, hl, sq, sq, tr);
|
sq, sq, tl, hl, hl, hl, br, __, sq, sq, vl, bl, sq, sq, tl, br, sq, sq, vl, __, bl, hl, hl, sq, sq, tr);
|
||||||
PrintAndLogEx(NORMAL, " " _BLUE_("%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s")" " BANNERMSG1,
|
PrintAndLogEx(NORMAL, " " _BLUE_("%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s")" " BANNERMSG1,
|
||||||
sq, sq, vl, __, __, __, __, __, sq, sq, vl, __, bl, hl, br, __, sq, sq, vl, sq, sq, sq, sq, sq, tl, br);
|
sq, sq, vl, __, __, __, __, __, sq, sq, vl, __, bl, hl, br, __, sq, sq, vl, sq, sq, sq, sq, sq, tl, br);
|
||||||
PrintAndLogEx(NORMAL, " " _BLUE_("%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s")" " BANNERMSG2,
|
PrintAndLogEx(NORMAL, " " _BLUE_("%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s"),
|
||||||
bl, hl, br, __, __, __, __, __, bl, hl, br, __, __, __, __, __, bl, hl, br, bl, hl, hl, hl, hl, br, __);
|
bl, hl, br, __, __, __, __, __, bl, hl, br, __, __, __, __, __, bl, hl, br, bl, hl, hl, hl, hl, br, __);
|
||||||
|
PrintAndLogEx(NORMAL, " " BANNERMSG2);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case ANSI: {
|
case ANSI: {
|
||||||
|
@ -87,7 +88,8 @@ static void showBanner_logo(LogoMode mode) {
|
||||||
PrintAndLogEx(NORMAL, " " _CYAN_("8888888P\" 888 Y888P 888 \"Y8b. "));
|
PrintAndLogEx(NORMAL, " " _CYAN_("8888888P\" 888 Y888P 888 \"Y8b. "));
|
||||||
PrintAndLogEx(NORMAL, " " _CYAN_("888 888 Y8P 888 888 888 "));
|
PrintAndLogEx(NORMAL, " " _CYAN_("888 888 Y8P 888 888 888 "));
|
||||||
PrintAndLogEx(NORMAL, " " _CYAN_("888 888 \" 888 Y88b d88P") " " BANNERMSG1);
|
PrintAndLogEx(NORMAL, " " _CYAN_("888 888 \" 888 Y88b d88P") " " BANNERMSG1);
|
||||||
PrintAndLogEx(NORMAL, " " _CYAN_("888 888 888 \"Y8888P\"") " " BANNERMSG2);
|
PrintAndLogEx(NORMAL, " " _CYAN_("888 888 888 \"Y8888P\""));
|
||||||
|
PrintAndLogEx(NORMAL, " " BANNERMSG2);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case ASCII: {
|
case ASCII: {
|
||||||
|
@ -98,11 +100,11 @@ static void showBanner_logo(LogoMode mode) {
|
||||||
PrintAndLogEx(NORMAL, " 8888888P\" 888 Y888P 888 \"Y8b. ");
|
PrintAndLogEx(NORMAL, " 8888888P\" 888 Y888P 888 \"Y8b. ");
|
||||||
PrintAndLogEx(NORMAL, " 888 888 Y8P 888 888 888 ");
|
PrintAndLogEx(NORMAL, " 888 888 Y8P 888 888 888 ");
|
||||||
PrintAndLogEx(NORMAL, " 888 888 \" 888 Y88b d88P " BANNERMSG1);
|
PrintAndLogEx(NORMAL, " 888 888 \" 888 Y88b d88P " BANNERMSG1);
|
||||||
PrintAndLogEx(NORMAL, " 888 888 888 \"Y8888P\" " BANNERMSG2);
|
PrintAndLogEx(NORMAL, " 888 888 888 \"Y8888P\"");
|
||||||
|
PrintAndLogEx(NORMAL, " " BANNERMSG2);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
PrintAndLogEx(NORMAL, "");
|
|
||||||
PrintAndLogEx(NORMAL, BANNERMSG3);
|
PrintAndLogEx(NORMAL, BANNERMSG3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue