fix: changes for release

This commit is contained in:
alzalia1 2025-08-16 18:40:52 +02:00
parent 3d8fda2910
commit f1a7f5f7b0
46 changed files with 114 additions and 191 deletions

View file

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