mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
Changed Glyph Launcher Steam shortcut name to just Glyph to better represent Glyphs actual naming
This commit is contained in:
parent
cf3bb142f9
commit
77a62166f5
@ -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': '',
|
||||
|
Loading…
Reference in New Issue
Block a user