Skip to content

Commit

Permalink
Update to version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaverix committed Apr 30, 2020
1 parent 71c9809 commit 199333e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ Doesn't matter if you wanna grind channel points or just be aware if someone is
![Screenshot](screen1.png)
![Screenshot](screen2.png)

Make sure to check out [`electron-webpack`'s documentation](https://webpack.electron.build/) for more details.

## Getting Started

Just head to [releases](https://github.com/vaverix/vaverix-twitch-bot/releases) page, download and run it!

### Compiling yourself

The use of the [yarn](https://yarnpkg.com/) package manager is **strongly** recommended, as opposed to using `npm`.
Make sure to check out [`electron-webpack`'s documentation](https://webpack.electron.build/) for more details.

```bash
git clone https://github.com/vaverix/vaverix-twitch-bot.git
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vaverix-twitch-bot",
"description": "Desktop application that allows you to log-in into multiple Twitch.tv channels at once. It also notifies you when someone mentions you in any channel you choose and has couple of other extra features.",
"author": "vaverix",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"dev": "electron-webpack dev",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
onchange="onKeyPressHack(event, this)"
name="__oauth"
id="twitch_oauth"
type="text"
type="password"
autocomplete="off"
/>
<label class="active" for="twitch_oauth">Twitch.tv oauth</label>
Expand Down
2 changes: 0 additions & 2 deletions src/renderer/index.js.bak

This file was deleted.

0 comments on commit 199333e

Please sign in to comment.