File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ()
1313endforeach ()
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments