Skip to content

Commit

Permalink
fix: Linux Example App Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Neer-Pathak authored and imaNNeo committed Aug 26, 2024
1 parent 99ae675 commit a6b2d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(runner LANGUAGES CXX)

# The name of the executable created for the application. Change this to change
# the on-disk name of your application.
set(BINARY_NAME "FL Chart App")
set(BINARY_NAME "fLChartApp")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "dev.flchart.app")
Expand Down

0 comments on commit a6b2d24

Please sign in to comment.