Upload now has uninstall.

This commit is contained in:
Gunther Brunner
2014-04-03 23:28:32 +09:00
parent 9c27be2871
commit 760464388e
11 changed files with 110 additions and 9 deletions

View File

@@ -134,11 +134,11 @@ module.exports = syrup.serial()
})
router.on(wire.UninstallMessage, function(channel, message) {
log.info('Uninstalling "%s"', message.package)
log.info('Uninstalling "%s"', message.packageName)
var seq = 0
adb.uninstall(options.serial, message.package)
adb.uninstall(options.serial, message.packageName)
.then(function() {
push.send([
channel