From ccb69f0f1f22ec9e18d812ad57bfa48dd7e38879 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Fri, 24 Jun 2022 02:38:01 -0500 Subject: [PATCH] Update README.md --- infra/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/README.md b/infra/README.md index 0b985dbc..6489e3a1 100644 --- a/infra/README.md +++ b/infra/README.md @@ -1,6 +1,6 @@ ## Thorium Infrastructure (Infra) -  This dir contains [*.gn files*](https://gn.googlesource.com/gn/), scripts, and other artifacts like vdpau-va-driver and flash player and the BUILDER file which contains notes (generally only usable by me, but feel free to ask what the info inside is for). \ +  This dir contains [*.gn files*](https://gn.googlesource.com/gn/), scripts, and other artifacts like vdpau-va-driver and flash player and the BUILDER file which contains notes (generally only usable by me, but feel free to ask what the info inside is for). \   The [args.list](https://github.com/Alex313031/Thorium/blob/main/infra/args.list) file shows all possible build arguments, and the [gn_args.list](https://github.com/Alex313031/Thorium/blob/main/infra/gn_args.list) shows all possible build args after the Thorium args have been added, and the [win_args.list](https://github.com/Alex313031/Thorium/blob/main/infra/win_args.list) shows all possible build arguments for Windows builds. \   The *.gn files contain what you should use in the args.gn for platforms other than the normal Linux release (which is [here](https://github.com/Alex313031/Thorium/blob/main/args.gn) in the root of this repo.)