-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build Proton-GE directly and update to GE-Proton9-16
seems to have fixed gstreamer-related crashes
- Loading branch information
Showing
13 changed files
with
24,723 additions
and
1,950 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# umubuilder | ||
A script for easily creating Proton packages, with custom patches and out-of-the-box support for GloriousEggroll's umu-launcher. | ||
A script for easily creating Proton packages, with custom patches and out-of-the-box support for umu-launcher. | ||
|
||
With no added options, `./setup.sh` will compile and bundle [Proton](https://github.com/CachyOS/proton-cachyos) + [protonfixes](https://github.com/Open-Wine-Components/umu-protonfixes) + [umu-run](https://github.com/Open-Wine-Components/umu-launcher) together into a redistributable `$pkgname.tar.xz`, along with installing to `$HOME/.steam/root/compatibilitytools.d/$buildname` (`umu-run` is excluded from the Steam installation). | ||
With no added options, `./setup.sh` will compile and bundle [Proton](https://github.com/GloriousEggroll/proton-ge-custom) + [protonfixes](https://github.com/Open-Wine-Components/umu-protonfixes) + [umu-run](https://github.com/Open-Wine-Components/umu-launcher) together into a redistributable `$pkgname.tar.xz`, along with installing to `$HOME/.steam/root/compatibilitytools.d/$buildname` (`umu-run` is excluded from the Steam installation). | ||
|
||
Run `./setup.sh help` to see an overview of the options, or take a look inside the script; it's not that big. | ||
|
||
# Credit | ||
Of course, none of this would be possible without the teams behind Proton and Wine, but I'd like to give special credit to: | ||
- [loathingKernel](https://github.com/loathingKernel) for putting together the [version](https://github.com/CachyOS/proton-cachyos) of Proton that this build script uses | ||
- [loathingKernel](https://github.com/loathingKernel) for help with all things related to Proton, umu-launcher, and build scripts | ||
- [MarshNello](https://github.com/NelloKudo/osu-winello) for making it easy to use this package for playing osu! with just a couple commands | ||
- The team behind [Open-Wine-Components](https://github.com/Open-Wine-Components/) for making using Proton outside of Steam as easy as this |
Oops, something went wrong.