mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 23:31:52 +01:00
Add files via upload
This commit is contained in:
parent
1d9d70c755
commit
0c5513c409
@ -580,7 +580,7 @@ def getGogGameInfo(filePath):
|
|||||||
game_name = re.findall(r'\"(.+?)\"', split_line[1])
|
game_name = re.findall(r'\"(.+?)\"', split_line[1])
|
||||||
if game_name:
|
if game_name:
|
||||||
game_name = game_name[0]
|
game_name = game_name[0]
|
||||||
if "exe" in line and "GOG Galaxy" in line:
|
if "exe" in line and "GOG Galaxy" in line and not "unins000.exe" in line:
|
||||||
exe_path = re.findall(r'\"(.+?)\"', split_line[1])
|
exe_path = re.findall(r'\"(.+?)\"', split_line[1])
|
||||||
if exe_path:
|
if exe_path:
|
||||||
exe_path = exe_path[0].replace('\\\\', '\\')
|
exe_path = exe_path[0].replace('\\\\', '\\')
|
||||||
|
Loading…
Reference in New Issue
Block a user