pierr3 / VectorAudio

An Audio-For-VATSIM ATC Client for macOS, Linux and Windows
GNU General Public License v3.0
48 stars 11 forks source link

Windows build improvements #60

Closed justinshannon closed 1 year ago

justinshannon commented 1 year ago

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.

pierr3 commented 1 year ago

Thank you, great additions!