Skip to content

Commit

Permalink
Use steam plugin fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashbunny committed Oct 21, 2023
1 parent 13c50d7 commit 244e26e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ plugins:
archive_path: 'Rockstar/'
steam:
default: true
version: '1.0.2'
version: '1.0.7'
guid: 'ca27391f-2675-49b1-92c0-896d43afa4f8'
url: 'https://github.com/FriendsOfGalaxy/galaxy-integration-steam/releases/download/v1.0.2/windows.zip'
url: 'https://github.com/ABaumher/galaxy-integration-steam/releases/download/v${version}/windows.zip'
twitch:
version: '0.5'
guid: '8b831aed-dd5f-c0c5-c843-41f9751f67a2'
Expand Down
4 changes: 2 additions & 2 deletions update-plugin-manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
import ruamel.yaml
from urllib.request import urlopen

__version__ = '0.0.2'
__version__ = '0.0.3'

# Friends of Galaxy Config File
fog_cfg = 'https://raw.githubusercontent.com/FriendsOfGalaxy/cfg/master/' \
'config.json'

# Plugins to ignore, as they are recieving updates separately from the
# Friends of Galaxy update system (which is currently broken)
ignore_plugins = ['humble', 'rockstar']
ignore_plugins = ['humble', 'rockstar', 'steam']

def fetch_fog_config_data(cfg):
"""
Expand Down

0 comments on commit 244e26e

Please sign in to comment.