mirror of
https://github.com/Ellpeck/GameBundle.git
synced 2024-11-05 09:49:09 +01:00
update and future features segment
This commit is contained in:
parent
9e328c7796
commit
196e62c1e7
2 changed files with 8 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
<PackageIconUrl>https://raw.githubusercontent.com/Ellpeck/GameBundle/master/Logo.png</PackageIconUrl>
|
<PackageIconUrl>https://raw.githubusercontent.com/Ellpeck/GameBundle/master/Logo.png</PackageIconUrl>
|
||||||
<PackAsTool>true</PackAsTool>
|
<PackAsTool>true</PackAsTool>
|
||||||
<ToolCommandName>gamebundle</ToolCommandName>
|
<ToolCommandName>gamebundle</ToolCommandName>
|
||||||
<VersionPrefix>1.0.0</VersionPrefix>
|
<VersionPrefix>1.1.0</VersionPrefix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -22,3 +22,9 @@ GameBundle takes several optional arguments to modify the way it works. To see a
|
||||||
```
|
```
|
||||||
gamebundle --help
|
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
|
Loading…
Reference in a new issue