mirror of
https://github.com/redstrate/LauncherTweaks.git
synced 2025-05-20 17:37:46 +00:00
Update to new DLL name
This commit is contained in:
parent
7cc86c38b0
commit
563d33c86f
2 changed files with 3 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -40,5 +40,5 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
LICENSE
|
LICENSE
|
||||||
README.md
|
README.md
|
||||||
target/x86_64-pc-windows-gnu/release/version.dll
|
target/x86_64-pc-windows-gnu/release/winhttp.dll
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
|
@ -9,7 +9,7 @@ Tweaks for the official FFXIV launcher.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Grab a build from [GitHub Actions](https://github.com/redstrate/LauncherTweaks/actions) or build the project with the instructions below. Then, place the `version.dll` next to the launcher.
|
Grab a build from [GitHub Actions](https://github.com/redstrate/LauncherTweaks/actions) or build the project with the instructions below. Then, place the `winhttp.dll` next to the launcher.
|
||||||
|
|
||||||
To configure the launcher URL, place a `launchertweaks.toml` next to the launcher executable:
|
To configure the launcher URL, place a `launchertweaks.toml` next to the launcher executable:
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ launcher_url = "https://launcher.mysite.localhost/"
|
||||||
|
|
||||||
### macOS/Linux
|
### macOS/Linux
|
||||||
|
|
||||||
Wine will prefer it's own `version.dll` by default, but you can change it the configuration (`winecfg`). Applications like [Bottles](https://usebottles.com/) have dedicated settings for this too.
|
Wine will prefer it's own `winhttp.dll` by default, but you can change it the configuration (`winecfg`). Applications like [Bottles](https://usebottles.com/) have dedicated settings for this too.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue