mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-07-01 08:41:02 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
d24e8b590b | |||
3daeb0b3b1 | |||
e8c93196ff |
@ -46,6 +46,8 @@
|
||||
# Contributor: https://github.com/Wrzlprnft
|
||||
# Runner Downloader inspired by:
|
||||
# https://github.com/richardtatum/sc-runner-updater
|
||||
#
|
||||
# License: GPLv3.0
|
||||
############################################################################
|
||||
|
||||
# Check if script is run as root
|
||||
@ -105,7 +107,7 @@ runners_dir="$data_dir/lutris/runners/wine"
|
||||
# The second is expected to contain the github api releases url
|
||||
# ie. "RawFox" "https://api.github.com/repos/rawfoxDE/raw-wine/releases"
|
||||
runner_sources=(
|
||||
"RawFox" "https://api.github.com/repos/rawfoxDE/raw-wine/releases"
|
||||
"RawFox" "https://api.github.com/repos/starcitizen-lug/raw-wine/releases"
|
||||
"Molotov/Snatella" "https://api.github.com/repos/snatella/wine-runner-sc/releases"
|
||||
"/dev/null" "https://api.github.com/repos/gort818/wine-sc-lug/releases"
|
||||
"GloriousEggroll" "https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases"
|
||||
@ -147,7 +149,7 @@ fi
|
||||
# Github repo and script version info
|
||||
repo="starcitizen-lug/lug-helper"
|
||||
releases_url="https://github.com/$repo/releases"
|
||||
current_version="v1.12"
|
||||
current_version="v1.13"
|
||||
|
||||
############################################################################
|
||||
############################################################################
|
||||
|
Reference in New Issue
Block a user