Skip to content

Commit

Permalink
Fix platform name for Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed May 7, 2017
1 parent 0c51024 commit bc0739c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ Thumbs.db

*.sublime-project
*.sublime-workspace

# Build directory
dist
2 changes: 1 addition & 1 deletion utils/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var CHROME_INPUT = [/^manifest\.json$/, /^common(\\|\/)/, /^chrome(\\|\/)/, /^_l
var FIREFOX_INPUT = CHROME_INPUT;
var THUNDERBIRD_INPUT = [/^chrome.manifest$/, /^install.rdf$/, /^common(\\|\/)/, /^firefox(\\|\/)/];

var CHROME_PLATFORM = 'firefox';
var CHROME_PLATFORM = 'chrome';
var FIREFOX_PLATFORM = 'firefox';
var THUNDERBIRD_PLATFORM = 'thunderbird';

Expand Down

0 comments on commit bc0739c

Please sign in to comment.