Skip to content

Commit

Permalink
bugfix renamed AUTHORS file
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed Apr 28, 2024
1 parent 9206b1a commit c0bdac8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmake/Modules/TinyDeployment.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function(tiny_install_tinyorm)
if(NOT TINY_VCPKG)
# The trailing / is important here
install(DIRECTORY "docs/" DESTINATION "${CMAKE_INSTALL_DOCDIR}/mdx")
install(FILES AUTHOR LICENSE TYPE DOC)
install(FILES AUTHORS LICENSE TYPE DOC)
install(FILES NOTES.txt TYPE DOC RENAME NOTES)
install(FILES README.md TYPE DOC RENAME README)

Expand Down

0 comments on commit c0bdac8

Please sign in to comment.