mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 04:57:45 +00:00
Fix by bad spelling in the executable name for material editor
This commit is contained in:
parent
c3d637c1a0
commit
5633e72f8b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ install(TARGETS novus-mateditor ${KF${QT_MAJOR_VERSION}_INSTALL_TARGETS_DEFAULT_
|
|||
if (WIN32)
|
||||
set_target_properties(novus-mateditor PROPERTIES
|
||||
WIN32_EXECUTABLE TRUE
|
||||
OUTPUT_NAME "MaterialEdtiro")
|
||||
OUTPUT_NAME "MaterialEditor")
|
||||
|
||||
install(FILES $<TARGET_RUNTIME_DLLS:novus-mateditor> DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
endif()
|
Loading…
Add table
Reference in a new issue