This pull request addresses the problem mentioned in #59 by explicitly launching the application with administrator privileges.
Additionally, during the CMake configuration, a resource file is now automatically generated, enhancing the executable by adding an application icon and important file information, such as the product name and file version.
The VECTOR_VERSION preprocessor definition is now also dynamically populated from the VERSION file during the CMake configuration, eliminating the need to manually update the CMakeLists.txt file with the current version number. Only the VERSION file needs to be updated.
This pull request addresses the problem mentioned in #59 by explicitly launching the application with administrator privileges.
Additionally, during the CMake configuration, a resource file is now automatically generated, enhancing the executable by adding an application icon and important file information, such as the product name and file version.
The
VECTOR_VERSION
preprocessor definition is now also dynamically populated from theVERSION
file during the CMake configuration, eliminating the need to manually update theCMakeLists.txt
file with the current version number. Only theVERSION
file needs to be updated.