Currently it is renaming the output binary name(which may fails if the name has spaces) which is incorrect, the correct file to be edited is linux/runner/my_application.cc and edit
gtk_header_bar_set_title(header_bar, "Old NAME");
and
gtk_window_set_title(window, "OLD NAME");
Currently it is renaming the output binary name(which may fails if the name has spaces) which is incorrect, the correct file to be edited is
linux/runner/my_application.ccand editand