From fda06e6c1a9893f5d221db173159b0b3a9c75a1d Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Wed, 24 May 2023 14:12:28 +0200 Subject: [PATCH] Update docs --- docs/game_id.json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/game_id.json.md b/docs/game_id.json.md index e768c48..4b8b44c 100644 --- a/docs/game_id.json.md +++ b/docs/game_id.json.md @@ -37,7 +37,7 @@ The executable to run when launching a game. If the source has a URL handler, using that is preferred. In that case, the value should be `["xdg-open", "url://example/url"]` for Linux and `["start", "url://example/url"]` for Windows. -Stored as an argument vector to be passed to the shell through [GLib.spawn_async](https://docs.gtk.org/glib/func.spawn_async.html). +Stored as either a string or an argument vector to be passed to the shell through [subprocess.Popen](https://docs.python.org/3/library/subprocess.html#popen-constructor). ### game_id