feat: отображаемое имя приложения с большой буквы

This commit is contained in:
klockky
2026-05-27 17:23:44 +00:00
parent ccc93f9e62
commit be928f8c1a
9 changed files with 13 additions and 13 deletions
+1 -1
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 "komet")
set(BINARY_NAME "Komet")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "ru.komet.app")