Skip to content

Linux renaming is incorrect #66

@moham96

Description

@moham96

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");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions