Skip to content

Commit

Permalink
fix: rename linux binary
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Feb 20, 2024
1 parent 1d13814 commit 5bd95e3
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 "auth")
set(BINARY_NAME "ente_auth")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "io.ente.auth")
Expand Down

0 comments on commit 5bd95e3

Please sign in to comment.