Skip to content

Commit

Permalink
Custom version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurker00 committed Sep 11, 2019
1 parent 25b2210 commit d761d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ main(int argc, char *argv[]) {
return 0;
}

LOGI("scrcpy " SCRCPY_VERSION " <https://github.com/Genymobile/scrcpy>");
LOGI("scrcpy " SCRCPY_VERSION "-L0 <https://github.com/Lurker00/scrcpy>");

#ifdef SCRCPY_LAVF_REQUIRES_REGISTER_ALL
av_register_all();
Expand Down

0 comments on commit d761d61

Please sign in to comment.