Skip to content

Commit a59327c

Browse files
committed
Rename entries in .gdextension to match new binary names
1 parent 3b48c09 commit a59327c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/bin/example.gdextension

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ compatibility_minimum = "4.1"
55

66
[libraries]
77
; Relative paths ensure that our GDExtension can be placed anywhere in the project directory.
8-
macos.debug = "./macos/macos.framework/libEXTENSION-NAME.macos.template_debug"
9-
macos.release = "./macos/macos.framework/libEXTENSION-NAME.macos.template_release"
10-
ios.debug = "./ios/ios.framework/libEXTENSION-NAME.ios.template_debug"
11-
ios.release = "./ios/ios.framework/libEXTENSION-NAME.ios.template_release"
8+
macos.debug = "./macos/macos.framework/libEXTENSION-NAME.macos.template_debug.universal"
9+
macos.release = "./macos/macos.framework/libEXTENSION-NAME.macos.template_release.universal"
10+
ios.debug = "./ios/ios.framework/libEXTENSION-NAME.ios.template_debug.universal"
11+
ios.release = "./ios/ios.framework/libEXTENSION-NAME.ios.template_release.universal"
1212
windows.debug.x86_32 = "./windows/libEXTENSION-NAME.windows.template_debug.x86_32.dll"
1313
windows.release.x86_32 = "./windows/libEXTENSION-NAME.windows.template_release.x86_32.dll"
1414
windows.debug.x86_64 = "./windows/libEXTENSION-NAME.windows.template_debug.x86_64.dll"

0 commit comments

Comments
 (0)