Merge branch 'master' of git://github.com/vrld/Quickie.git
This commit is contained in:
commit
d51babb366
9 changed files with 12 additions and 31 deletions
2
init.lua
2
init.lua
|
@ -1,4 +1,4 @@
|
|||
local BASE = (...) .. '.'
|
||||
local BASE = ((...):match('(.+)%.') or ...) .. '.'
|
||||
|
||||
return {
|
||||
core = require(BASE .. 'core'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue