Refactor to get some of renamed binaries working

This commit is contained in:
zontreck 2024-07-21 22:58:07 -07:00
parent d83ea65e71
commit e8069d4af6
5 changed files with 6 additions and 6 deletions

View file

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