This commit is contained in:
Forrest 2026-07-29 16:22:00 -04:00
parent fc22d11df1
commit 27a8a62475
32 changed files with 354 additions and 335 deletions

View file

@ -4,10 +4,10 @@ project(runner LANGUAGES CXX)
# The name of the executable created for the application. Change this to change
# the on-disk name of your application.
set(BINARY_NAME "ratune_mobile")
set(BINARY_NAME "timbre")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.conversionpath.ratune_mobile")
set(APPLICATION_ID "com.laforrestchurch.timbre")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.