Skip to content

Commit d761d61

Browse files
committed
Custom version string
1 parent 25b2210 commit d761d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ main(int argc, char *argv[]) {
536536
return 0;
537537
}
538538

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

541541
#ifdef SCRCPY_LAVF_REQUIRES_REGISTER_ALL
542542
av_register_all();

0 commit comments

Comments
 (0)