Added package rename file

This commit is contained in:
2024-06-02 21:53:53 -06:00
parent e9aad1cdf5
commit 1f39653594
16 changed files with 74 additions and 89 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "rluv")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.example.rluv")
set(APPLICATION_ID "com.fosscat.rluv")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.