We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fbf50 commit 509111bCopy full SHA for 509111b
godot/addons/godot_wry/WRY.gdextension
@@ -24,3 +24,10 @@ macos.debug = {
24
macos.release = {
25
"bin/aarch64-apple-darwin/libgodot_wry.framework" : "Contents/Frameworks"
26
}
27
+
28
+windows.debug = {
29
+ "bin/x86_64-pc-windows-msvc/godot_wry.dll" : "addons/godot_wry/bin/x86_64-pc-windows-msvc",
30
+}
31
+windows.release = {
32
33
0 commit comments