feat: Add some branding

This commit is contained in:
2024-06-03 13:24:39 +10:00
parent 4fc1a202b6
commit 9900127587
7 changed files with 119 additions and 86 deletions

View File

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