Changed Glyph Launcher Steam shortcut name to just Glyph to better represent Glyphs actual naming

This commit is contained in:
Zoull 2023-06-02 18:24:32 -06:00
parent cf3bb142f9
commit 77a62166f5

View File

@ -3157,7 +3157,7 @@ if rockstarshortcutdirectory != '':
if glyphshortcutdirectory != '':
exe = f'"{glyphshortcutdirectory}"'
appname = 'Glyph Launcher'
appname = 'Glyph'
glyphappid = get_steam_shortcut_id(exe, appname)
app_ids.append(glyphappid)
@ -3165,7 +3165,7 @@ if glyphshortcutdirectory != '':
# Create a new entry for the Steam shortcut
new_entry = {
'appid': f'{str(glyphappid)}',
'AppName': 'Glyph Launcher',
'AppName': 'Glyph',
'Exe': '$glyphshortcutdirectory',
'StartDir': '$glyphshortcutdirectory',
'icon': '',