change name

This commit is contained in:
Hiddify
2023-08-21 11:30:01 +00:00
parent 3e2781f952
commit 9875407a3f
9 changed files with 16 additions and 16 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 "hiddify")
set(BINARY_NAME "HiddifyNext")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.hiddify.hiddify")
set(APPLICATION_ID "app.hiddify.com")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.