Installer: Use OBS_WEBSOCKET_VERSION instead of CMAKE_PROJECT_VERSION

This commit is contained in:
tt2468 2021-08-30 02:52:21 -07:00
parent eb6015df05
commit 5988f0f97a

View File

@ -1,5 +1,5 @@
#define MyAppName "obs-websocket"
#define MyAppVersion "@CMAKE_PROJECT_VERSION@"
#define MyAppVersion "@OBS_WEBSOCKET_VERSION@"
#define MyAppPublisher "Stephane Lepin"
#define MyAppURL "http://github.com/Palakis/obs-websocket"