Remove mirror links, fix prebuilt exe link
This commit is contained in:
parent
9c54121a73
commit
39f5cc47f5
1 changed files with 1 additions and 7 deletions
|
@ -1,10 +1,4 @@
|
||||||
# nativelauncher
|
# nativelauncher
|
||||||
[](https://git.sr.ht/~redstrate/nativelauncher)
|
|
||||||
[](https://github.com/redstrate/nativelauncher)
|
|
||||||
[](https://git.ryne.moe/redstrate/nativelauncher)
|
|
||||||
|
|
||||||
This is an ACL bypass for Win32 apps, but specifically is used for [Dalamud](https://github.com/goatcorp/Dalamud) injection into FFXIV. This is a C++ alternative for
|
This is an ACL bypass for Win32 apps, but specifically is used for [Dalamud](https://github.com/goatcorp/Dalamud) injection into FFXIV. This is a C++ alternative for
|
||||||
[FFXIVQuickLauncher's own bypass which is in C#](https://github.com/goatcorp/FFXIVQuickLauncher/blob/master/src/XIVLauncher.Common.Windows/NativeAclFix.cs). This makes it usable for launchers which aren't in C# like [Astra](https://sr.ht/~redstrate/astra). This is mainly used for external use (i.e. calling NativeLauncher as a wrapper).
|
[FFXIVQuickLauncher's own bypass which is in C#](https://github.com/goatcorp/FFXIVQuickLauncher/blob/master/src/XIVLauncher.Common.Windows/NativeAclFix.cs). This makes it usable for launchers which aren't in C# like [Astra](https://sr.ht/~redstrate/astra). This is mainly used for external use (i.e. calling NativeLauncher as a wrapper).
|
||||||
|
|
||||||
|
@ -27,7 +21,7 @@ You can compile this using MinGW or MSVC. If you're using MSVC, just use the vcx
|
||||||
|
|
||||||
`x86_64-w64-mingw32-g++ -municode NativeLauncher.cpp -static -lwsock32 -o NativeLauncher.exe`
|
`x86_64-w64-mingw32-g++ -municode NativeLauncher.cpp -static -lwsock32 -o NativeLauncher.exe`
|
||||||
|
|
||||||
Of course there's always [a prebuilt EXE for you](https://github.com/redstrate/nativelauncher/releases/latest) if can't compile it.
|
Of course there's always [a prebuilt EXE for you](https://xiv.zone/distrib/nativelauncher/NativeLauncher.exe) if can't compile it.
|
||||||
|
|
||||||
## Credit
|
## Credit
|
||||||
* The XIVQuickLauncher team, who originally wrote this.
|
* The XIVQuickLauncher team, who originally wrote this.
|
||||||
|
|
Reference in a new issue