mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:15:32 +00:00
Added missing slash to launcher CMakeLists.txt
This commit is contained in:
parent
a0c5ccf974
commit
4488be33ce
1 changed files with 1 additions and 1 deletions
|
@ -95,5 +95,5 @@ else()
|
|||
"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/launcher.qss")
|
||||
|
||||
configure_file(${CMAKE_SOURCE_DIR}/files/launcher.cfg
|
||||
"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}launcher.cfg")
|
||||
"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/launcher.cfg")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue