Skip to content

Commit d6ee084

Browse files
committed
fixed plugins folder path
1 parent 3df0028 commit d6ee084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
#define MAIN_FONT "ofxbraitsch/fonts/Verdana.ttf"
8787
#define LIVECODING_FONT "fonts/IBMPlexMono-Medium.ttf"
8888

89-
#define PLUGINS_FOLDER "plugins/"
89+
#define PLUGINS_FOLDER "../plugins/"
9090

9191
#define LUA_SYNTAX "livecoding/luaSyntax.xml"
9292
#define PYTHON_SYNTAX "livecoding/pythonSyntax.xml"

0 commit comments

Comments
 (0)