Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
test auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Sep 18, 2017
1 parent 71c12d9 commit 737dc6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wewechat",
"version": "1.1.2",
"version": "1.1.3",
"description": "Unofficial WeChat client built with React, MobX and Electron.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -65,11 +65,13 @@
"directories": {
"output": "../release"
},
"publish": [{
"provider": "github",
"owner": "trazyn",
"repo": "weweChat"
}]
"publish": [
{
"provider": "github",
"owner": "trazyn",
"repo": "weweChat"
}
]
},
"dependencies": {
"@exponent/electron-cookies": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ -z "$GH_TOKEN" ]; then
fi

# This will build, package and upload the app to GitHub.
node_modules/.bin/build --win --mac --linux -p always
npm run build && node_modules/.bin/build --projectDir ./dist --win --mac --linux -p always

0 comments on commit 737dc6c

Please sign in to comment.