Fix program executable name for shell script

This commit is contained in:
Thomas Sirack 2022-01-14 16:59:16 -07:00
parent 6cd4375aff
commit ac93c64cd4

View File

@ -124,7 +124,7 @@ endif()
####################################### Program Info #######################################
set(Launcher_APP_BINARY_NAME "polymc" CACHE STRING "Name of the Launcher binary")
set(Launcher_APP_BINARY_NAME "PolyMC" CACHE STRING "Name of the Launcher binary")
add_subdirectory(program_info)
####################################### Install layout #######################################