Skip to content

Commit

Permalink
Change name of the binary output by Flutter in Linux to match the Con…
Browse files Browse the repository at this point in the history
…veyor app.fsname.
  • Loading branch information
leo-hydraulic committed Jan 4, 2023
1 parent 0531b30 commit 1faebde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 "flutter_demo")
set(BINARY_NAME "flutter-demo")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "dev.hydraulic.samples.flutter_demo")
Expand Down

0 comments on commit 1faebde

Please sign in to comment.