Skip to content

Commit

Permalink
fixed code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-g committed Nov 10, 2017
1 parent 5a797cf commit d191212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/native-autoinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ function DarwinInstall() {
var manifests;
if(mode=="user")
manifests = [{
file: process.env.HOME+"/Library/Application Support/Mozilla/NativeMessagingHosts/"+config.id+".json", manifest: JSON.stringify(firefoxManifest,null,4),
file: process.env.HOME+"/Library/Application Support/Mozilla/NativeMessagingHosts/"+config.id+".json",
manifest: JSON.stringify(firefoxManifest,null,4),
},{
file: process.env.HOME+"/Library/Application Support/Google/Chrome/NativeMessagingHosts/"+config.id+".json",
manifest: JSON.stringify(chromeManifest,null,4),
Expand Down

0 comments on commit d191212

Please sign in to comment.