diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-29 12:46:44 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-29 13:09:13 +0200 |
commit | b07c5982e115befaec91a3919dafc9e6ec467f24 (patch) | |
tree | 972d951a94f180bfbdfa5e19d0dae34e3edb9e19 /launcher | |
parent | 7b9f67f4b4e5e095bff3aa0464efb324d1fb8808 (diff) | |
download | PrismLauncher-b07c5982e115befaec91a3919dafc9e6ec467f24.tar.gz PrismLauncher-b07c5982e115befaec91a3919dafc9e6ec467f24.tar.bz2 PrismLauncher-b07c5982e115befaec91a3919dafc9e6ec467f24.zip |
fix: set version for Windows binaries
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index b3af12a6..bbf80185 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -963,7 +963,7 @@ qt5_add_resources(LAUNCHER_RESOURCES ######## Windows resource files ######## if(WIN32) - set(LAUNCHER_RCS ../${Launcher_Branding_WindowsRC}) + set(LAUNCHER_RCS ${CMAKE_CURRENT_BINARY_DIR}/../${Launcher_Branding_WindowsRC}) endif() # Add executable |