Skip to content

Commit

Permalink
Updated package.json version and added details to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Digald committed Sep 17, 2019
1 parent e23ccb4 commit 7d3dce1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -12,9 +12,7 @@ Find the closest competitive or meta MTGA decks you are closest to building with

* Have Magic: The Gathering Arena installed on your home directory. The `output_log.txt`

* Packaging configuration was set up for Windows OS specifically. At the moment of writing this, MTGA is only available on Windows.

* It's recommended to have a `dev-app-update.yml` file at the root of the project since the app checks for updates on startup.
* At the moment of writing this, MTGA is only available on Windows. So Windows is required at the moment.

### Installing

Expand Down Expand Up @@ -51,6 +49,12 @@ dataToRender: {
}
```

## Troubleshooting
A troubleshooting and FAQ section will be added to the app's website.
- Confirm that "detailed logs" are selected in your Magic Arena account settings.
- Delete the Settings.txt file from `..\AppData\Roaming\MTGA Pathway` to refresh the app or clear any saved data.
- Disable your anti-virus AT YOUR OWN RISK since MTGA Pathway is considered a 3rd party app.

## Running the tests

Testing is a work in progress >_> [Jest](https://jestjs.io/docs/en/getting-started) is the only testing libarary used so far.
Expand Down Expand Up @@ -88,4 +92,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md

* [Scryfall](https://scryfall.com/docs/api) - Bulk Card Data
* [MTGGoldfish](https://scryfall.com/docs/api) - Competitve Deck Lists
* You
* You - For using my app.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "mtga-pathway",
"productName": "MTGA Pathway",
"author": "Mark Alaniz",
"version": "0.1.5",
"version": "0.1.6",
"main": "main/index.js",
"scripts": {
"start": "electron .",
Expand Down

0 comments on commit 7d3dce1

Please sign in to comment.