mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-22 22:43:50 +00:00
parent
d97e6b48ed
commit
c70acbe7d1
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ public class ScriptBatch
|
||||||
string[] srcDlls = { "../../builds/install/osx-dynamic/lib/libdiscord-rpc.dylib" };
|
string[] srcDlls = { "../../builds/install/osx-dynamic/lib/libdiscord-rpc.dylib" };
|
||||||
#else
|
#else
|
||||||
string[] dstDirs = { "Assets/Plugins", "Assets/Plugins/x86", "Assets/Plugins/x86_64" };
|
string[] dstDirs = { "Assets/Plugins", "Assets/Plugins/x86", "Assets/Plugins/x86_64" };
|
||||||
string[] dstDlls = { "Assets/Plugins/x86/discord-rpc.so", "Assets/Plugins/x86_64/discord-rpc.so" };
|
string[] dstDlls = { "Assets/Plugins/discord-rpc.so" };
|
||||||
string[] srcDlls = { "../../builds/install/linux-dynamic/bin/discord-rpc.dll", "../../builds/install/win64-dynamic/bin/discord-rpc.dll" };
|
string[] srcDlls = { "../../builds/install/linux-dynamic/lib/libdiscord-rpc.so" };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Debug.Assert(dstDlls.Length == srcDlls.Length);
|
Debug.Assert(dstDlls.Length == srcDlls.Length);
|
||||||
|
|
Loading…
Reference in a new issue