Skip to content

Commit 3b777d3

Browse files
Merge branch '2d-tutorial-bounty' of https://github.com/AristurtleDev/docs.monogame.github.io into feature/proof-run
2 parents 3fe6382 + 3ed9c87 commit 3b777d3

File tree

1 file changed

+1
-3
lines changed
  • articles/tutorials/building_2d_games/25_packaging_game

1 file changed

+1
-3
lines changed

articles/tutorials/building_2d_games/25_packaging_game/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,7 @@ While the platform-specific packaging steps outlined in this chapter give you co
437437
438438
### GameBundle
439439
440-
[GameBundle](https://github.com/Ellpeck/GameBundle) is a .NET command-line tool created by [Ellpeck](https://github.com/Ellpeck) that simplifies packaging MonoGame and other .NET applications into several distributable formats. As described in its documentation, "GameBundle is a tool to package MonoGame and other .NET applications into several distributable formats."
441-
442-
This tool can automatically bundle your game for Windows, Linux, and macOS platforms, create applications bundles for macOS, and handle various packaging configurations with a single command.
440+
[GameBundle](https://github.com/Ellpeck/GameBundle) is a .NET command-line tool created by [Ellpeck](https://github.com/Ellpeck) that simplifies packaging MonoGame and other .NET applications into several distributable formats. This tool can automatically bundle your game for Windows, Linux, and macOS platforms, create applications bundles for macOS, and handle various packaging configurations with a single command.
443441
444442
For more information about GameBundle, including installation and usage instructions, visit the [official repository on GitHub](https://github.com/Ellpeck/GameBundle)
445443

0 commit comments

Comments
 (0)