File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -249,15 +249,15 @@ cpack_add_component(Docs
249
249
250
250
cpack_add_component(SUBGAME_MINETEST_GAME
251
251
DISPLAY_NAME "Minetest Game"
252
- DESCRIPTION "The official subgame for the Minetest engine, that can easily extended by mods ."
253
- GROUP "Subgames "
252
+ DESCRIPTION "The default game bundled in the Minetest engine. Mainly used as a modding base ."
253
+ GROUP "Games "
254
254
)
255
255
256
256
cpack_add_component(SUBGAME_MINIMAL
257
257
DISPLAY_NAME "Development Test"
258
- DESCRIPTION "A minimal test game helping to develop the engine ."
258
+ DESCRIPTION "A basic testing environment used for engine development and sometimes for testing mods ."
259
259
DISABLED #DISABLED does not mean it is disabled, and is just not selected by default.
260
- GROUP "Subgames "
260
+ GROUP "Games "
261
261
)
262
262
263
263
cpack_add_component_group(Subgames
You can’t perform that action at this time.
0 commit comments