// Pull latest launcher scripts and app source code, then re-run install. module.exports = { run: [ { method: "shell.run", params: { message: "git pull" } }, { method: "shell.run", params: { path: "app", message: "git pull" } }, { method: "script.start", params: { uri: "install.js" } } ] }