Commit Graph

11 Commits

Author SHA1 Message Date
577e6b87b4 updated to 4.1.3 (4.1.2/custom downloader for it made macos not compile) 2024-02-29 19:06:47 +01:00
d318d7b5f9 threw git submodules away because of lack of features 2024-02-27 18:38:55 +01:00
Ekaterina Vaartis
4726a4488b Make macos version work (testes on m1 at least)
1. Change name of discord's library to libdiscord_game_sdk, so it
links properly
2. Change it's install name with install_name_tool to use @loader_path
instead of @rpath, that one's a blunder on discord's side, it should
really have been loader_path from the beginning (rpath means look at
where the binary is started from, loader_path means look at where the
library is)
3. Combine the aarch and x86 library into one, again no idea why
discord does not do this themselves
2024-02-25 16:40:54 +03:00
37c7759cdf trying to fix macos support agaaaiiin -_- 2024-01-12 17:20:35 +01:00
6121ce5418 performance and code structure improvements 2023-11-30 19:43:15 +01:00
Ekaterina Vaartis
6f288564cf Patch the SDK in setup.py so it actually builds 2023-06-30 20:51:04 +03:00
Yannik
baaf44c494 Revert "setup rpc but crashes" wrong branch
This reverts commit 4686612abf.
2023-05-07 20:45:10 +02:00
Yannik
4686612abf setup rpc but crashes 2023-05-07 20:41:31 +02:00
Yannik
55c94ee23d reorganized libs 2023-05-04 20:15:33 +02:00
Yannik
d5a83198d4 reordered the libs 2023-04-29 19:22:22 +02:00
Yannik
63e3af21c1 zipped the sdk files that aren't mine 2023-04-29 19:04:35 +02:00