Skip to content

Commit

Permalink
Fix libraries paths
Browse files Browse the repository at this point in the history
  • Loading branch information
shomykohai authored Oct 30, 2024
1 parent 021452c commit a909c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/addons/keyring/keyring.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ reloadable = true
[libraries]

linux.release.x86_64 = "res://addons/keyring/bin/libkeyring.linux.template_release.x86_64.so"
linux.debug.x86_64 = "res://addons/keyring/libkeyring.linux.template_debug.x86_64.so"
windows.release.x86_64 = "res://addons/keyring/libkeyring.windows.template_release.x86_64.dll"
windows.debug.x86_64 = "res://addons/keyring/libkeyring.windows.template_debug.x86_64.dll"
linux.debug.x86_64 = "res://addons/keyring/bin/libkeyring.linux.template_debug.x86_64.so"
windows.release.x86_64 = "res://addons/keyring/bin/libkeyring.windows.template_release.x86_64.dll"
windows.debug.x86_64 = "res://addons/keyring/bin/libkeyring.windows.template_debug.x86_64.dll"

0 comments on commit a909c71

Please sign in to comment.