Add files via upload

This commit is contained in:
moraroy 2023-05-09 14:59:30 -07:00 committed by GitHub
parent 2c3358150c
commit 142eb27b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1877,7 +1877,7 @@ indieshortcutdirectory = '$indieshortcutdirectory'
if epicshortcutdirectory != '': if epicshortcutdirectory != '':
# Create a new entry for the Steam shortcut # Create a new entry for the Steam shortcut
new_entry = { new_entry = {
'appid': '3174284084', 'appid': '',
'AppName': 'Epic Games', 'AppName': 'Epic Games',
'Exe': '$epicshortcutdirectory', 'Exe': '$epicshortcutdirectory',
'StartDir': '$epicshortcutdirectory', 'StartDir': '$epicshortcutdirectory',
@ -1930,7 +1930,7 @@ if epicshortcutdirectory != '':
if gogshortcutdirectory != '': if gogshortcutdirectory != '':
# Create a new entry for the Steam shortcut # Create a new entry for the Steam shortcut
new_entry = { new_entry = {
'appid': '2344952361', 'appid': '',
'AppName': 'Gog Galaxy', 'AppName': 'Gog Galaxy',
'Exe': '$gogshortcutdirectory', 'Exe': '$gogshortcutdirectory',
'StartDir': '$gogshortcutdirectory', 'StartDir': '$gogshortcutdirectory',
@ -1987,7 +1987,7 @@ if gogshortcutdirectory != '':
if uplayshortcutdirectory != '': if uplayshortcutdirectory != '':
# Create a new entry for the Steam shortcut # Create a new entry for the Steam shortcut
new_entry = { new_entry = {
'appid': '3093888883', 'appid': '',
'AppName': 'Ubisoft Connect', 'AppName': 'Ubisoft Connect',
'Exe': '$uplayshortcutdirectory', 'Exe': '$uplayshortcutdirectory',
'StartDir': '$uplayshortcutdirectory', 'StartDir': '$uplayshortcutdirectory',
@ -2038,7 +2038,7 @@ if uplayshortcutdirectory != '':
if originshortcutdirectory != '': if originshortcutdirectory != '':
# Create a new entry for the Steam shortcut # Create a new entry for the Steam shortcut
new_entry = { new_entry = {
'appid': '4023557058', 'appid': '',
'AppName': 'Origin', 'AppName': 'Origin',
'Exe': '$originshortcutdirectory', 'Exe': '$originshortcutdirectory',
'StartDir': '$originshortcutdirectory', 'StartDir': '$originshortcutdirectory',
@ -2089,7 +2089,7 @@ if originshortcutdirectory != '':
if battlenetshortcutdirectory != '': if battlenetshortcutdirectory != '':
# Create a new entry for the Steam shortcut # Create a new entry for the Steam shortcut
new_entry = { new_entry = {
'appid': '3209628574', 'appid': '',
'AppName': 'Battle.net', 'AppName': 'Battle.net',
'Exe': '$battlenetshortcutdirectory', 'Exe': '$battlenetshortcutdirectory',
'StartDir': '$battlenetshortcutdirectory', 'StartDir': '$battlenetshortcutdirectory',
@ -2141,7 +2141,7 @@ if battlenetshortcutdirectory != '':
if eaappshortcutdirectory != '': if eaappshortcutdirectory != '':
# Create a new entry for the Steam shortcut # Create a new entry for the Steam shortcut
new_entry = { new_entry = {
'appid': '2545643690', 'appid': '',
'AppName': 'EA App', 'AppName': 'EA App',
'Exe': '$eaappshortcutdirectory', 'Exe': '$eaappshortcutdirectory',
'StartDir': '$eaappshortcutdirectory', 'StartDir': '$eaappshortcutdirectory',
@ -2192,7 +2192,7 @@ if eaappshortcutdirectory != '':
if amazonshortcutdirectory != '': if amazonshortcutdirectory != '':
# Create a new entry for the Steam shortcut # Create a new entry for the Steam shortcut
new_entry = { new_entry = {
'appid': '2175370486', 'appid': '',
'AppName': 'Amazon Games', 'AppName': 'Amazon Games',
'Exe': '$amazonshortcutdirectory', 'Exe': '$amazonshortcutdirectory',
'StartDir': '$amazonshortcutdirectory', 'StartDir': '$amazonshortcutdirectory',
@ -2242,7 +2242,7 @@ if amazonshortcutdirectory != '':
if itchioshortcutdirectory != '': if itchioshortcutdirectory != '':
# Create a new entry for the Steam shortcut # Create a new entry for the Steam shortcut
new_entry = { new_entry = {
'appid': '2942812860', 'appid': '',
'AppName': 'itch.io', 'AppName': 'itch.io',
'Exe': '$itchioshortcutdirectory', 'Exe': '$itchioshortcutdirectory',
'StartDir': '$itchioshortcutdirectory', 'StartDir': '$itchioshortcutdirectory',
@ -2293,7 +2293,7 @@ if itchioshortcutdirectory != '':
if legacyshortcutdirectory != '': if legacyshortcutdirectory != '':
# Create a new entry for the Steam shortcut # Create a new entry for the Steam shortcut
new_entry = { new_entry = {
'appid': '2899994198', 'appid': '',
'AppName': 'Legacy Games', 'AppName': 'Legacy Games',
'Exe': '$legacyshortcutdirectory', 'Exe': '$legacyshortcutdirectory',
'StartDir': '$legacyshortcutdirectory', 'StartDir': '$legacyshortcutdirectory',
@ -2344,7 +2344,7 @@ if legacyshortcutdirectory != '':
if humbleshortcutdirectory != '': if humbleshortcutdirectory != '':
# Create a new entry for the Steam shortcut # Create a new entry for the Steam shortcut
new_entry = { new_entry = {
'appid': '2587571319', 'appid': '',
'AppName': 'Humble Games Collection', 'AppName': 'Humble Games Collection',
'Exe': '$humbleshortcutdirectory', 'Exe': '$humbleshortcutdirectory',
'StartDir': '$humbleshortcutdirectory', 'StartDir': '$humbleshortcutdirectory',
@ -2396,7 +2396,7 @@ if humbleshortcutdirectory != '':
if indieshortcutdirectory != '': if indieshortcutdirectory != '':
# Create a new entry for the Steam shortcut # Create a new entry for the Steam shortcut
new_entry = { new_entry = {
'appid': '2310706189', 'appid': '',
'AppName': 'IndieGala', 'AppName': 'IndieGala',
'Exe': '$indieshortcutdirectory', 'Exe': '$indieshortcutdirectory',
'StartDir': '$indieshortcutdirectory', 'StartDir': '$indieshortcutdirectory',