Skip to content

Commit a83a95d

Browse files
committed
-Update windows path on gdextention file
1 parent 9275a2b commit a83a95d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Gunner/gdexample.gdextension

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ compatibility_minimum = 4.1
77

88
macos.debug = "res://bin/libgdexample.macos.template_debug.framework"
99
macos.release = "res://bin/libgdexample.macos.template_release.framework"
10-
windows.debug.x86_32 = "res://bin/libgdexample.windows.template_debug.x86_32.dll"
11-
windows.release.x86_32 = "res://bin/libgdexample.windows.template_release.x86_32.dll"
12-
windows.debug.x86_64 = "res://bin/libgdexample.windows.template_debug.x86_64.dll"
13-
windows.release.x86_64 = "res://bin/libgdexample.windows.template_release.x86_64.dll"
10+
windows.debug.x86_64 = "res://bin/rsty_physics.dll"
11+
windows.release.x86_64 = "res://bin/rsty_physics.dll"
1412
linux.debug.x86_64 = "res://bin/librsty_physics.so"
1513
linux.release.x86_64 = "res://bin/librsty_physics.so"
1614
linux.debug.arm64 = "res://bin/libgdexample.linux.template_debug.arm64.so"

0 commit comments

Comments
 (0)