Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Jul 2, 2017
1 parent 9772cb4 commit 3b011dd
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align=center><img src="static/Icon.png" width=50/> Pixiv Deck</h1>
<h1 align=center><img src="res/Icon.png" width=50/> Pixiv Deck</h1>


> :two_hearts: :two_hearts: pixiv client for Desktop like TweetDeck :two_hearts: :two_hearts:
Expand Down Expand Up @@ -54,40 +54,24 @@ Built with [Electron](http://electron.atom.io/).
Only MacOS.

```
$ yarn dev
$ npm run dev
```

## Build

Build renderer process and main process.

```
$ yarn run build
$ npm run build
```

## Package
Package for your OS.

```
$ yarn run pack:macos
$ yarn run pack:windows
$ yarn run pack:linux
$ npm run package
```

Package all(MacOS).

```
$ brew install wine
$ yarn run pack
```

remove release directory && Package all && zip all.

```
$ yarn run release
```


## Related

[pixiv-app-api](https://github.com/akameco/pixiv-app-api) - Promise base pixiv API client <br>
Expand Down

0 comments on commit 3b011dd

Please sign in to comment.