File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 3636
3737- Manage supported compatibility tools across supported launchers
3838- Change the compatibility tool and launch options of your Steam games
39+ - CLI support
3940- And much more...
4041
4142<details >
4243 <summary >Supported launchers</summary >
43-
44+
4445 - Steam
4546 - Lutris
4647 - Heroic Games Launcher
148149
1491503. Build the local source code as a native application
150151 ` ` ` bash
151- ./scripts/build-native .sh
152+ ./scripts/build.sh native
152153
153154 # Alternative: Runs application after the build.
154- ./scripts/build-native .sh run
155+ ./scripts/build.sh native run
155156 ` ` `
156157
1571584. (Optional) Install the application
200201
2012025. Build the local source code as a Flatpak and install for the current user
202203 ` ` ` bash
203- ./scripts/build-local .sh
204+ ./scripts/build.sh local
204205
205206 # Alternative: Runs application after the build.
206- ./scripts/build-local .sh run
207+ ./scripts/build.sh local run
207208 ` ` `
208209
2092106. Run the application
You can’t perform that action at this time.
0 commit comments