fix: Fix error on Linux

This commit is contained in:
2022-11-08 17:43:39 +01:00
parent a1f01486fe
commit 44117c4da7
12 changed files with 45 additions and 50 deletions

View File

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