This commit is contained in:
Roy 2025-01-10 18:19:46 -08:00 committed by GitHub
parent c63f536032
commit fb198431f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,8 +74,9 @@ amazon_launcher = os.environ.get('amazon_launcher', '')
itchio_launcher = os.environ.get('itchio_launcher', '') itchio_launcher = os.environ.get('itchio_launcher', '')
legacy_launcher = os.environ.get('legacy_launcher', '') legacy_launcher = os.environ.get('legacy_launcher', '')
vkplay_launcher = os.environ.get('vkplay_launcher', '') vkplay_launcher = os.environ.get('vkplay_launcher', '')
hoyoplay_launcher = os.environ.get('hoyoplay_launcher', '')
#Variables of the Launchers #Variables of the Launchers
# Define the path of the Launchers # Define the path of the Launchers
epicshortcutdirectory = os.environ.get('epicshortcutdirectory') epicshortcutdirectory = os.environ.get('epicshortcutdirectory')
gogshortcutdirectory = os.environ.get('gogshortcutdirectory') gogshortcutdirectory = os.environ.get('gogshortcutdirectory')