change name
This commit is contained in:
@@ -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 "hiddify")
|
||||
set(BINARY_NAME "HiddifyNext")
|
||||
|
||||
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
|
||||
# versions of CMake.
|
||||
|
||||
@@ -89,12 +89,12 @@ BEGIN
|
||||
BEGIN
|
||||
BLOCK "040904e4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "hiddify" "\0"
|
||||
VALUE "FileDescription", "hiddify" "\0"
|
||||
VALUE "CompanyName", "Hiddify" "\0"
|
||||
VALUE "FileDescription", "Hiddify" "\0"
|
||||
VALUE "FileVersion", VERSION_AS_STRING "\0"
|
||||
VALUE "InternalName", "hiddify" "\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2023 hiddify. All rights reserved." "\0"
|
||||
VALUE "OriginalFilename", "hiddify.exe" "\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2023 Hiddify.com. All rights reserved." "\0"
|
||||
VALUE "OriginalFilename", "HiddifyNext.exe" "\0"
|
||||
VALUE "ProductName", "hiddify" "\0"
|
||||
VALUE "ProductVersion", VERSION_AS_STRING "\0"
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user