fix(auth[linux]): update binary name

This commit is contained in:
Prateek Sunal
2024-09-18 20:24:20 +05:30
parent 4a03388cf1
commit fa8a8dd639

View File

@@ -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 "ente_auth")
set(BINARY_NAME "enteauth")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "io.ente.auth")