Skip to content

Commit 8b89218

Browse files
committed
Fix mac/linux library references
1 parent a1d69ef commit 8b89218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/qodot/bin/libqodot.tres

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
entry/Windows.64 = "res://addons/qodot/bin/win64/libqodot.dll"
55
dependency/Windows.64 = [ "res://addons/qodot/bin/win64/libmap.dll" ]
66

7-
entry/OSX.64="res://addons/qodot/bin/osx/libsimple.dylib"
7+
entry/OSX.64="res://addons/qodot/bin/osx/libqodot.dylib"
88
dependency/OSX.64 = [ "res://addons/qodot/bin/osx/libmap.dylib" ]
99

1010

11-
entry/X11.64="res://addons/qodot/bin/x11/libsimple.so"
11+
entry/X11.64="res://addons/qodot/bin/x11/libqodot.so"
1212
dependency/X11.64 = [ "res://addons/qodot/bin/x11/libmap.so" ]

0 commit comments

Comments
 (0)