Develop plugin under linux?
Replies (2)
(1-2/2)
Added by Buksa Noob about 1 year ago
uzer@uzer-Inspiron-6000:~/showtime$ build.linux/showtime -p testplugin
get error plugins [ERROR]: Unable to load development plugin: testplugin
File not found
where parental folder for testplugin
What's in the folder testplugin?
2 files plugin.jason {
"type": "javascript",
"file": "testplugin.js",
"id": "testplugin"
}
testplugin.jsshowtime.print('hello world');
ps: never mind i think i found the problem
(1-2/2)