chg: Change name to Hiddify

This commit is contained in:
Hiddify
2024-02-10 11:39:37 +01:00
parent a820f4d43e
commit 927e080899
37 changed files with 361 additions and 76 deletions

View File

@@ -4,7 +4,7 @@ project(hiddify 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 "HiddifyNext")
set(BINARY_NAME "Hiddify")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.