build: rm GUI_BINARY_NAME define

This commit is contained in:
sithlord48
2024-10-28 21:06:08 -04:00
committed by Nick Bolton
parent e446397740
commit 078ec61e9a
4 changed files with 3 additions and 9 deletions

View File

@ -21,7 +21,7 @@
<?define QtPluginsPath="$(var.QtDir)\plugins"?>
<?define OpenSslExeDir="@OPENSSL_EXE_DIR@"?>
<?define OpenSslDllDir="@OPENSSL_ROOT_DIR@/bin"?>
<?define GuiBin="@GUI_BINARY_NAME@.exe"?>
<?define GuiBin="deskflow.exe"?>
<?define ServerBin="@SERVER_BINARY_NAME@.exe"?>
<?define ClientBin="@CLIENT_BINARY_NAME@.exe"?>
<?define CoreBin="@CORE_BINARY_NAME@.exe"?>