Skip to content

Commit

Permalink
Minor updates of themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Oct 20, 2024
1 parent ee6624f commit 263eb6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ foreach(theme_directory ${theme_directories})
if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${theme_directory}")
file(READ ${theme_directory}/metadata.json JSON_METADATA)
string(JSON theme_identifier GET ${JSON_METADATA} id)
install(DIRECTORY ${theme_directory}/ DESTINATION bin/extensions/${theme_identifier})
install(DIRECTORY ${theme_directory}/ DESTINATION ${MO2_INSTALL_BIN}/extensions/${theme_identifier})
endif()
endforeach()
6 changes: 5 additions & 1 deletion themes/nighteyes-theme/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"id": "mo2-theme-nighteyes",
"type": "theme",
"name": "Night Eyes Theme",
"author": {
"name": "ciathyza",
"homepage": "https://github.com/ciathyza"
},
"description": "Night Eyes theme for ModOrganizer2.",
"version": "1.0.0",
"version": "1.2.0",
"content": {
"themes": {
"nighteyes": {
Expand Down

0 comments on commit 263eb6a

Please sign in to comment.