This commit is contained in:
kepler155c@gmail.com
2017-08-02 09:52:41 -04:00
parent 982894a5f1
commit 252fb16853
4 changed files with 13 additions and 17 deletions

View File

@@ -158,8 +158,6 @@ end
function os.registerApp(app, key)
app.key = SHA1.sha1(key)
debug(fs.combine(REGISTRY_DIR, app.key))
debug(app)
Util.writeTable(fs.combine(REGISTRY_DIR, app.key), app)
os.queueEvent('os_register_app')
end