Skip to content

Commit

Permalink
fix: 修复mac在travis上的签名问题 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyang912 authored Dec 18, 2017
1 parent 862c320 commit 7ab5e30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion electron-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ builder.build({
mac: {
category: 'public.app-category.productivity', //放到生产效率类
icon: 'res/app.icns',
identity: '72X2RKD3B2',
type: 'distribution'
},
dmg: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rishiqing-electron",
"version": "3.0.4",
"version": "3.0.5",
"author": "北京创仕科锐信息技术有限责任公司",
"electronVersion": "1.7.9",
"main": "main.js",
Expand Down

0 comments on commit 7ab5e30

Please sign in to comment.