Skip to content
Snippets Groups Projects
Commit 5dc9b48a authored by DarkGod's avatar DarkGod
Browse files

test

parent 41b4f2b7
No related branches found
No related tags found
No related merge requests found
......@@ -1243,6 +1243,7 @@ int main(int argc, char *argv[])
if (!strncmp(arg, "--no-steam", 10)) no_steam = TRUE;
if (!strncmp(arg, "--type=zygote", 13)) is_zygote = TRUE;
if (!strncmp(arg, "--type=renderer", 15)) is_zygote = TRUE;
if (!strncmp(arg, "--no-sandbox", 12)) is_zygote = TRUE;
}
#ifdef SELFEXE_WINDOWS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment