This commit is contained in:
Dwi Swandhana
2026-07-22 16:33:42 +07:00
parent e04d43dfdf
commit 213270ede1
11 changed files with 889 additions and 37 deletions

No files matched your search

+1 -1
View File
@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "mylis")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.example.mylis")
set(APPLICATION_ID "com.duidev.mylis")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.