Skip to content

Commit 509111b

Browse files
authored
add missing windows dependencies
1 parent a6fbf50 commit 509111b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

godot/addons/godot_wry/WRY.gdextension

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ macos.debug = {
2424
macos.release = {
2525
"bin/aarch64-apple-darwin/libgodot_wry.framework" : "Contents/Frameworks"
2626
}
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+
"bin/x86_64-pc-windows-msvc/godot_wry.dll" : "addons/godot_wry/bin/x86_64-pc-windows-msvc",
33+
}

0 commit comments

Comments
 (0)