Skip to content

Commit

Permalink
fixup! TW-1699: application title updated for "Twake Chat"
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-Z committed May 14, 2024
1 parent 316ad3a commit b0ef189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ 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 "fluffychat")
set(BINARY_NAME "Twake")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "chat.fluffy.fluffychat")
set(APPLICATION_ID "app.twake.linux.chat")

# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
Expand Down

0 comments on commit b0ef189

Please sign in to comment.