Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14 from ochameau/mulet
Browse files Browse the repository at this point in the history
Bug 1016030 - Fix Mulet's support
  • Loading branch information
Gareth Aye committed Jun 17, 2014
2 parents e9ceead + de1fcd8 commit 1d6966f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -79,6 +79,7 @@ Host.prototype = {
userOptions.profile = userOptions.profile || profile;
userOptions.product = userOptions.product || 'b2g';
userOptions.runtime = this.options.customRuntime;
userOptions.chrome = 'chrome://b2g/content/shell.html';

debug('start');
var self = this;
Expand Down

0 comments on commit 1d6966f

Please sign in to comment.