Skip to content

Commit

Permalink
[xmake] cmake fix: plugin install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
momentarylapse committed Oct 3, 2024
1 parent 882aefd commit 248e1af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ install(FILES "static/favorites_demo.txt" DESTINATION share/tsunami)
install(FILES "static/hui_resources.txt" DESTINATION share/tsunami)
install(FILES "static/license.txt" DESTINATION share/tsunami)
install(FILES "static/license_small.txt" DESTINATION share/tsunami)
install(DIRECTORY "plugins/" DESTINATION share/tsunami)
install(DIRECTORY "plugins" DESTINATION share/tsunami)

# install .desktop file
set(INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
Expand Down
3 changes: 2 additions & 1 deletion xmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
desktop-file = static/michisoft-tsunami.desktop
mime-files = static/michisoft-nami.xml
icons = ["static/icons/32.png:32:application-michisoft-nami", "static/icons/48.png:48:application-michisoft-nami", "static/icons/64.png:64:application-michisoft-nami", "static/icons/128.png:128:application-michisoft-nami"]
additional = plugins/
additional = plugins

0 comments on commit 248e1af

Please sign in to comment.