Rename project

This commit is contained in:
Juan Gilsanz Polo
2024-02-22 21:00:54 +01:00
parent 7c20697661
commit 83fe30408f
44 changed files with 473 additions and 359 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 "my_linkding")
set(BINARY_NAME "linkdy")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.example.my_linkding")
set(APPLICATION_ID "com.example.linkdy")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.