Skip to content

Commit

Permalink
feat: add Linux+Windows build script which automatically adds version…
Browse files Browse the repository at this point in the history
… and hash info
  • Loading branch information
xjcl committed Jan 15, 2023
1 parent e4a8187 commit 2aa2686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jangine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ int main(int argc, char const *argv[])
printf("INPUT: %s", line);

if (strcmp(line, "xboard\n") == 0) {
printf("feature myname=\"jangine\"\n");
printf("feature myname=\"Jangine\"\n");
// printf("feature sigint=0 sigterm=0\n");
printf("feature ping=1\n");
printf("feature setboard=1\n");
Expand Down

0 comments on commit 2aa2686

Please sign in to comment.