From 14f4f5a8ad056c5ba829e8a446a18a5e45f7df2c Mon Sep 17 00:00:00 2001 From: David Snopek Date: Sun, 29 Sep 2024 12:14:57 -0500 Subject: [PATCH] Update example.gdextension to match default build artifacts --- demo/bin/example.gdextension | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/demo/bin/example.gdextension b/demo/bin/example.gdextension index af7b18e..f3b7df0 100644 --- a/demo/bin/example.gdextension +++ b/demo/bin/example.gdextension @@ -5,21 +5,21 @@ compatibility_minimum = "4.1" [libraries] -macos.debug = "res://bin/macos/macos.framework/libgdexample.macos.template_debug" -macos.release = "res://bin/macos/macos.framework/libgdexample.macos.template_release" -ios.debug = "res://bin/ios/ios.framework/libgdexample.ios.template_debug" -ios.release = "res://bin/ios/ios.framework/libgdexample.ios.template_release" -windows.debug.x86_32 = "res://bin/windows/libgdexample.windows.template_debug.x86_32.dll" -windows.release.x86_32 = "res://bin/windows/libgdexample.windows.template_release.x86_32.dll" -windows.debug.x86_64 = "res://bin/windows/libgdexample.windows.template_debug.x86_64.dll" -windows.release.x86_64 = "res://bin/windows/libgdexample.windows.template_release.x86_64.dll" -linux.debug.x86_64 = "res://bin/linux/libgdexample.linux.template_debug.x86_64.so" -linux.release.x86_64 = "res://bin/linux/libgdexample.linux.template_release.x86_64.so" -linux.debug.arm64 = "res://bin/linux/libgdexample.linux.template_debug.arm64.so" -linux.release.arm64 = "res://bin/linux/libgdexample.linux.template_release.arm64.so" -linux.debug.rv64 = "res://bin/linux/libgdexample.linux.template_debug.rv64.so" -linux.release.rv64 = "res://bin/linux/libgdexample.linux.template_release.rv64.so" -android.debug.x86_64 = "res://bin/android/libgdexample.android.template_debug.x86_64.so" -android.release.x86_64 = "res://bin/android/libgdexample.android.template_release.x86_64.so" -android.debug.arm64 = "res://bin/android/libgdexample.android.template_debug.arm64.so" -android.release.arm64 = "res://bin/android/libgdexample.android.template_release.arm64.so" +macos.debug = "res://bin/macos/macos.framework/libEXTENSION-NAME.macos.template_debug" +macos.release = "res://bin/macos/macos.framework/libEXTENSION-NAME.macos.template_release" +ios.debug = "res://bin/ios/ios.framework/libEXTENSION-NAME.ios.template_debug" +ios.release = "res://bin/ios/ios.framework/libEXTENSION-NAME.ios.template_release" +windows.debug.x86_32 = "res://bin/windows/libEXTENSION-NAME.windows.template_debug.x86_32.dll" +windows.release.x86_32 = "res://bin/windows/libEXTENSION-NAME.windows.template_release.x86_32.dll" +windows.debug.x86_64 = "res://bin/windows/libEXTENSION-NAME.windows.template_debug.x86_64.dll" +windows.release.x86_64 = "res://bin/windows/libEXTENSION-NAME.windows.template_release.x86_64.dll" +linux.debug.x86_64 = "res://bin/linux/libEXTENSION-NAME.linux.template_debug.x86_64.so" +linux.release.x86_64 = "res://bin/linux/libEXTENSION-NAME.linux.template_release.x86_64.so" +linux.debug.arm64 = "res://bin/linux/libEXTENSION-NAME.linux.template_debug.arm64.so" +linux.release.arm64 = "res://bin/linux/libEXTENSION-NAME.linux.template_release.arm64.so" +linux.debug.rv64 = "res://bin/linux/libEXTENSION-NAME.linux.template_debug.rv64.so" +linux.release.rv64 = "res://bin/linux/libEXTENSION-NAME.linux.template_release.rv64.so" +android.debug.x86_64 = "res://bin/android/libEXTENSION-NAME.android.template_debug.x86_64.so" +android.release.x86_64 = "res://bin/android/libEXTENSION-NAME.android.template_release.x86_64.so" +android.debug.arm64 = "res://bin/android/libEXTENSION-NAME.android.template_debug.arm64.so" +android.release.arm64 = "res://bin/android/libEXTENSION-NAME.android.template_release.arm64.so"