Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
create zip file for mac autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
yjlintw committed May 8, 2017
1 parent 9a3fd08 commit e847c05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "comic-reader",
"productName": "Comic Reader",
"author": "Team Comic Reader",
"version": "0.1.25",
"version": "0.1.26",
"description": "A simple comic reader app",
"main": "main.js",
"devDependencies": {
Expand Down Expand Up @@ -44,7 +44,8 @@
"mac": {
"category": "public.app-category.entertainment",
"target": [
"dmg"
"dmg",
"zip"
],
"icon": "assets/icons/icon.icns"
},
Expand Down

0 comments on commit e847c05

Please sign in to comment.