added steamdeck installer
This commit is contained in:
parent
efb7e52a14
commit
8208c3735b
2 changed files with 120 additions and 0 deletions
23
README.md
23
README.md
|
|
@ -36,3 +36,26 @@ The script will:
|
|||
2. Wait for the launcher to start its local HTTP server (port 4646).
|
||||
3. Generate the current OTP code.
|
||||
4. Send it to the launcher automatically.
|
||||
|
||||
## Steam Deck / Linux Desktop Installation
|
||||
|
||||
For Steam Deck or standard Linux desktop users, you can use the provided installer script to set everything up automatically.
|
||||
|
||||
1. **Run the Installer:**
|
||||
```bash
|
||||
./install-steamdeck.sh
|
||||
```
|
||||
Follow the prompts to enter your OTP secret.
|
||||
|
||||
2. **What it does:**
|
||||
* Creates the configuration file with your secret.
|
||||
* Installs the wrapper to `~/.local/bin/xivlauncher-wrapper`.
|
||||
* Installs a `.desktop` file to `~/.local/share/applications/` so it appears in your application menu (and can be added to Steam as a non-Steam game).
|
||||
|
||||
3. **Steam Integration:**
|
||||
* Switch to Desktop Mode.
|
||||
* Open Steam.
|
||||
* "Games" -> "Add a Non-Steam Game to My Library".
|
||||
* Select "XIVLauncher Wrapper" from the list.
|
||||
* Return to Gaming Mode and launch "XIVLauncher Wrapper".
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue