Skip to content

Commit

Permalink
prepping for 0.2.6, waiting on heroprotocol...
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Feb 26, 2018
1 parent 20a4761 commit c30c027
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,11 @@ Check out the [Releases Page](https://github.com/ebshimizu/hots-analysis/release
Here's what you'll need to develop the app.

* Install node
* Install Python 2 (must be 2, and you should also put it in your path)
* Install [pyinstaller](http://www.pyinstaller.org/)
* Install electron globally: `npm install -g electron`
* Clone the repository and initialize the submodules
* Run `npm install` inthe repository root (the one with `package.json` in it)
* To package the parser, navigate to the `./parser/heroprotocol` folder and run `node ../package_parser.js`
* Launch the Electron application from the repository root by running `electron .`

### Why is PyInstaller Required?
Stats of the Storm doesn't assume that users have Python installed on their system. Additionally,
there are issues with running python files from the Electron ASAR archives, and it is easier
to package the parser as a single executable file.

## Third-Party Libraries
* [heroprotocol.js](https://github.com/nydus/heroprotocol)
* [heroes-talents](https://github.com/heroespatchnotes/heroes-talents)
Expand Down
2 changes: 1 addition & 1 deletion assets/heroes-talents
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stats-of-the-storm",
"version": "0.2.5",
"version": "0.2.6",
"main": "main.js",
"description": "A Heroes of the Storm stat tracking application.",
"bugs": "falindrith@gmail.com",
Expand Down
2 changes: 2 additions & 0 deletions templates/about-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ <h2 class="ui inverted header">Stats of the Storm - Version <span class="app-ver
gets talent and hero information and images from <a href="https://github.com/heroespatchnotes/heroes-talents">heroes-talents</a>.
</p>
<div class="ui inverted horizontal divider">Change Log</div>
<h3 class="ui inverted dividing header">Version 0.2.6</h3>
<p>heroes-talents: 2/26/2018 PTR Update.</p>
<h3 class="ui inverted dividing header">Version 0.2.5</h3>
<p>Teams: Corrected issue with pick priority not showing all heroes.</p>
<h3 class="ui inverted dividing header">Version 0.2.4</h3>
Expand Down

0 comments on commit c30c027

Please sign in to comment.