1
Fork 0
mirror of https://github.com/redstrate/LauncherTweaks.git synced 2025-05-20 09:27:46 +00:00

Update to new DLL name

This commit is contained in:
Joshua Goins 2025-04-20 11:48:01 -04:00
parent 7cc86c38b0
commit 563d33c86f
2 changed files with 3 additions and 3 deletions

View file

@ -40,5 +40,5 @@ jobs:
path: |
LICENSE
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

View file

@ -9,7 +9,7 @@ Tweaks for the official FFXIV launcher.
## 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:
@ -20,7 +20,7 @@ launcher_url = "https://launcher.mysite.localhost/"
### 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