Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Termuellinator committed May 15, 2021
1 parent b3a4658 commit d7a808e
Show file tree
Hide file tree
Showing 3 changed files with 699 additions and 2 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# Proton-Community-Updater
Script to download and manage Community Proton builds
# Proton Community Updater
**Script to download and manage Community Proton builds**

This script is an easy way to download, extract and delete custom Proton Versions from different contributors.
Currently, GloriousEggroll and TKG are implemented, but the list can easily be complemented - and if you want some other Builds to be added by default, just tell me! :)

The script uses Zenity (if its installed) to display a nice GUI, but can be run in CLI-Mode as well, if Zenity is not found.

## Dependencies

- **bash** - obvioulsy
- **coreutils** - also pretty obvious
- **curl** - to download the release-lists and the selected versions
- **xz** - to extract the tar.xz archives used by TKG
- **zenity** - optional, for displaying the GUI

## Installation:

From Source:
1. Download it!
2. Run it!
3. If you want, move *proton-community-updater-icon.png* to */usr/share/pixmaps/*

For Arch Linux and derivatives: https://aur.archlinux.org/packages/proton-community-updater/

## Contributors/recognition:
- https://github.com/the-sane/lug-helper for the awesome zenity-"framework"
- https://github.com/flubberding/ProtonUpdater for the initial inspiration and groundwork for downloading
- https://github.com/richardtatum/sc-runner-updater for adding upon flubberdings single-version downloader
Binary file added proton-community-updater-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d7a808e

Please sign in to comment.