This repository was archived by the owner on May 19, 2024. It is now read-only.

Description
Description:
As Heroic improves and matures over time, its complexity of handling game launching also increases.
Under the hood, Heroic runs a launch command with a set of arguments for running a game. This is precisely what Bash Launcher aims to do through bash scripts.
With every new release, new arguments may be added to the launch command. Some of these arguments are applied via options in the settings while others are included to avoid errors or to improve compatibility.
Solution:
You can contribute to this project is by
- Identifying new launch arguments implemented in Heroic
- Noting how and why they are included
If you find one, feel free to create a new Feature Request or Pull Request!