Skip to content

Commit

Permalink
Update electron-builder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyang912 authored Dec 18, 2017
1 parent 7ab5e30 commit 721b688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion electron-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ builder.build({
mac: {
category: 'public.app-category.productivity', //放到生产效率类
icon: 'res/app.icns',
identity: '32252D65CDC2B49CCD4958B7930B0EBA8107F22D',
type: 'distribution'
},
dmg: {
Expand Down Expand Up @@ -99,4 +100,4 @@ builder.build({
});
}
}
});
});

0 comments on commit 721b688

Please sign in to comment.