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 a1d69ef commit 8b89218Copy full SHA for 8b89218
addons/qodot/bin/libqodot.tres
@@ -4,9 +4,9 @@
4
entry/Windows.64 = "res://addons/qodot/bin/win64/libqodot.dll"
5
dependency/Windows.64 = [ "res://addons/qodot/bin/win64/libmap.dll" ]
6
7
-entry/OSX.64="res://addons/qodot/bin/osx/libsimple.dylib"
+entry/OSX.64="res://addons/qodot/bin/osx/libqodot.dylib"
8
dependency/OSX.64 = [ "res://addons/qodot/bin/osx/libmap.dylib" ]
9
10
11
-entry/X11.64="res://addons/qodot/bin/x11/libsimple.so"
+entry/X11.64="res://addons/qodot/bin/x11/libqodot.so"
12
dependency/X11.64 = [ "res://addons/qodot/bin/x11/libmap.so" ]
0 commit comments