Skip to content

Commit

Permalink
fixed mac releases
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporvee committed Mar 2, 2024
1 parent d468df3 commit 55b41f8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions project/addons/discord-sdk-gd/bin/discord-rpc-gd.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ compatibility_minimum = 4.1

[libraries]

macos.debug.x86_64 = "macos/libdiscord_game_sdk_binding_debug.dylib"
macos.release.x86_64 = "macos/libdiscord_game_sdk_binding.dylib"
macos.debug.arm64 = "macos/libdiscord_game_sdk_binding_arm64_debug.dylib"
macos.release.arm64 = "macos/libdiscord_game_sdk_binding_arm64.dylib"
macos.debug = "macos/libdiscord_game_sdk_binding_debug.dylib"
macos.release = "macos/libdiscord_game_sdk_binding.dylib"
windows.debug.x86_64 = "windows/discord_game_sdk_binding_debug.dll"
windows.release.x86_64 = "windows/discord_game_sdk_binding.dll"
linux.debug.x86_64 = "linux/libdiscord_game_sdk_binding_debug.so"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 55b41f8

Please sign in to comment.