From 5633e72f8b271f8d345d9756b8fa20f38f5e29e8 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 28 Apr 2024 09:03:22 -0400 Subject: [PATCH] Fix by bad spelling in the executable name for material editor --- mateditor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mateditor/CMakeLists.txt b/mateditor/CMakeLists.txt index 173d225..9e5db10 100644 --- a/mateditor/CMakeLists.txt +++ b/mateditor/CMakeLists.txt @@ -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 $ DESTINATION ${CMAKE_INSTALL_BINDIR}) endif() \ No newline at end of file