Skip to content

Commit 912bb8b

Browse files
committed
fix: 更新应用WM_CLASS名称
1 parent 64e50f9 commit 912bb8b

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 "linyaps_seal")
88
# The unique GTK application identifier for this application. See:
99
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
10-
set(APPLICATION_ID "com.example.linyaps_seal")
10+
set(APPLICATION_ID "io.mozixun.linyaps_seal")
1111

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

0 commit comments

Comments
 (0)