appveyor
Showing
... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
"scripts": { | "scripts": { | ||
"pack": "tsc && build --dir", | "pack": "tsc && build --dir", | ||
"dist": "tsc && build", | "dist": "tsc && build", | ||
"release": "tsc && build", | |||
"start": "tsc && electron .", | "start": "tsc && electron .", | ||
"postinstall": "typings install", | "postinstall": "typings install", | ||
"tsc": "tsc", | "tsc": "tsc", | ||
... | @@ -57,11 +58,9 @@ | ... | @@ -57,11 +58,9 @@ |
"category": "public.app-category.social-networking", | "category": "public.app-category.social-networking", | ||
"publish": [ | "publish": [ | ||
{ | { | ||
"provider": "generic", | "provider": "bintray", | ||
"url": "https://wudizhanche.mycard.moe/publish" | "user": "zh99998", | ||
}, | "repo": "mycard" | ||
{ | |||
"provider": "github" | |||
} | } | ||
], | ], | ||
"win": { | "win": { | ||
... | ... |
Please register or sign in to comment