merge
Showing
appveyor.yml
0 → 100644
| ... | @@ -3,10 +3,13 @@ | ... | @@ -3,10 +3,13 @@ | 
| "description": "mycard", | "description": "mycard", | ||
| "author": "zh99998 <zh99998@gmail.com>", | "author": "zh99998 <zh99998@gmail.com>", | ||
| "homepage": "https://mycard.moe", | "homepage": "https://mycard.moe", | ||
| "version": "3.0.0", | "version": "3.0.0-dev.3", | ||
| "repository": "github:mycard/mycard", | |||
| "scripts": { | "scripts": { | ||
| "pack": "./node_modules/.bin/build --dir", | "pack": "./node_modules/.bin/build --dir", | ||
| "dist": "./node_modules/.bin/build", | "dist": "./node_modules/.bin/build", | ||
| "release": "build", | |||
| "electron": "electron", | |||
| "start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ", | "start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ", | ||
| "lite": "lite-server", | "lite": "lite-server", | ||
| "postinstall": "typings install", | "postinstall": "typings install", | ||
| ... | @@ -45,7 +48,7 @@ | ... | @@ -45,7 +48,7 @@ | 
| "build": { | "build": { | ||
| "productName": "MyCard", | "productName": "MyCard", | ||
| "appId": "com.mycard.mycard", | "appId": "com.mycard.mycard", | ||
| "category": "public.app-category.entertainment", | "category": "public.app-category.social-networking", | ||
| "win": { | "win": { | ||
| "iconUrl": "http://mycard.moe/logo.png" | "iconUrl": "http://mycard.moe/logo.png" | ||
| }, | }, | ||
| ... | ... | 
Please register or sign in to comment
