update and future features segment

This commit is contained in:
Ellpeck 2020-04-10 13:03:02 +02:00
parent 9e328c7796
commit 196e62c1e7
2 changed files with 8 additions and 2 deletions

View file

@ -13,7 +13,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/Ellpeck/GameBundle/master/Logo.png</PackageIconUrl>
<PackAsTool>true</PackAsTool>
<ToolCommandName>gamebundle</ToolCommandName>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
</PropertyGroup>
<ItemGroup>

View file

@ -21,4 +21,10 @@ GameBundle will then build a self-contained release of your application for each
GameBundle takes several optional arguments to modify the way it works. To see a list of all possible arguments, simply run
```
gamebundle --help
```
```
# Future features
In the future, GameBundle plans to include the following features
- An option to create a `.app` archive structure file for the Mac build automatically
- An option to create an installer for Windows
- An option to create a flatpak (or similar) installer for Linux