Skip to content

Commit

Permalink
Fixed case of package name
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain authored Jan 4, 2025
1 parent d48ac0f commit d02fdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ else()
endif()

# package
set(CPACK_PACKAGE_NAME "Spright")
set(CPACK_PACKAGE_NAME "spright")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "An advanced sprite sheet packer and sprite annotator")
set(CPACK_PACKAGE_VENDOR "Albert Kalchmair")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "spright")
Expand Down

0 comments on commit d02fdf4

Please sign in to comment.