Skip to content
Snippets Groups Projects

Draft: Integration test for smcv's pending branches

Open Simon McVittie requested to merge wip/smcv/staging into main
Compare and
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -211,7 +211,7 @@ main (int argc,
|| g_ascii_strcasecmp (scheme, "https") == 0))
{
g_autofree gchar *steam_url = NULL;
steam_url = g_strjoin ("/", "steam://openurl", uri, NULL);
steam_url = g_strjoin ("/", "steam://openurl_external", uri, NULL);
g_debug ("Passing the URL '%s' to the Steam pipe", steam_url);
if (_srt_steam_command_via_pipe ((const gchar **) &steam_url, 1, &pipe_error))
Loading