Skip to content

Commit 4747fa8

Browse files
author
yaoyaozijing
committed
解决wayland下窗口图标为默认值问题
1 parent e4e73a5 commit 4747fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
77
set(BINARY_NAME "kazumi")
88
# The unique GTK application identifier for this application. See:
99
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
10-
set(APPLICATION_ID "com.example.kazumi")
10+
set(APPLICATION_ID "io.github.Predidit.Kazumi")
1111

1212
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
1313
# versions of CMake.

0 commit comments

Comments
 (0)