From 196e62c1e7d6fd113186eee998968ba568f0c1b5 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 10 Apr 2020 13:03:02 +0200 Subject: [PATCH] update and future features segment --- GameBundle/GameBundle.csproj | 2 +- README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/GameBundle/GameBundle.csproj b/GameBundle/GameBundle.csproj index 71fe027..24e19c0 100644 --- a/GameBundle/GameBundle.csproj +++ b/GameBundle/GameBundle.csproj @@ -13,7 +13,7 @@ https://raw.githubusercontent.com/Ellpeck/GameBundle/master/Logo.png true gamebundle - 1.0.0 + 1.1.0 diff --git a/README.md b/README.md index d2ad2c1..342fd43 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +``` + +# 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 \ No newline at end of file