Gleb Mazovetskiy
9021e3b89e
Automate Linux x86_64 release
...
Also adds `discord_game_sdk.so` to the Linux release builds.
3 years ago
Gleb Mazovetskiy
cd7d74b55c
Discord: Additional patches
...
1. Replaces `#include <Windows.h>` with `#include <windows.h>`
for compatibility with case-sensitive file systems (e.g. MinGW
cross-compilation on a Linux host).
2. Adds missing `#include <cstdint>` to `cpp/types.h`.
3. Fixes calling convention for callback lambdas.
3 years ago
Gleb Mazovetskiy
40ab1c372f
Fix Discord linking on Windows
...
Fixes #5694
3 years ago
Gleb Mazovetskiy
f4a3b54fb9
Update Discord SDK
3 years ago
Gleb Mazovetskiy
6be4f7a321
CMake: Use FindPatch
...
CMake's built-in FindPatch will look in the Git installation directory
on Windows, eliminating the need for Windows users to modify PATH.
See https://github.com/Kitware/CMake/blob/master/Modules/FindPatch.cmake
4 years ago
Gleb Mazovetskiy
a430d99f24
Fix Discord SDK build on newer gcc
4 years ago
staphen
ac5fa184a8
Only install discord shared library on Windows
4 years ago
Adam Heinermann
1484b4d8cf
Implement Discord rich presence ( #3711 )
4 years ago