diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9df268..5164fc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/README.md b/README.md index 06201e6..5808285 100644 --- a/README.md +++ b/README.md @@ -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