Skip to content

Commit 263eb6a

Browse files
committed
Minor updates of themes.
1 parent ee6624f commit 263eb6a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

themes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ foreach(theme_directory ${theme_directories})
88
if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${theme_directory}")
99
file(READ ${theme_directory}/metadata.json JSON_METADATA)
1010
string(JSON theme_identifier GET ${JSON_METADATA} id)
11-
install(DIRECTORY ${theme_directory}/ DESTINATION bin/extensions/${theme_identifier})
11+
install(DIRECTORY ${theme_directory}/ DESTINATION ${MO2_INSTALL_BIN}/extensions/${theme_identifier})
1212
endif()
1313
endforeach()

themes/nighteyes-theme/metadata.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
"id": "mo2-theme-nighteyes",
33
"type": "theme",
44
"name": "Night Eyes Theme",
5+
"author": {
6+
"name": "ciathyza",
7+
"homepage": "https://github.com/ciathyza"
8+
},
59
"description": "Night Eyes theme for ModOrganizer2.",
6-
"version": "1.0.0",
10+
"version": "1.2.0",
711
"content": {
812
"themes": {
913
"nighteyes": {

0 commit comments

Comments
 (0)