Skip to content

Commit bc0739c

Browse files
committed
Fix platform name for Chrome
1 parent 0c51024 commit bc0739c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ Thumbs.db
44

55
*.sublime-project
66
*.sublime-workspace
7+
8+
# Build directory
9+
dist

utils/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var CHROME_INPUT = [/^manifest\.json$/, /^common(\\|\/)/, /^chrome(\\|\/)/, /^_l
2525
var FIREFOX_INPUT = CHROME_INPUT;
2626
var THUNDERBIRD_INPUT = [/^chrome.manifest$/, /^install.rdf$/, /^common(\\|\/)/, /^firefox(\\|\/)/];
2727

28-
var CHROME_PLATFORM = 'firefox';
28+
var CHROME_PLATFORM = 'chrome';
2929
var FIREFOX_PLATFORM = 'firefox';
3030
var THUNDERBIRD_PLATFORM = 'thunderbird';
3131

0 commit comments

Comments
 (0)