Skip to content

Commit

Permalink
Upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NTag committed Mar 14, 2017
1 parent 223de14 commit 91ea868
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ cd app
npm install
cd ..
npm install
./node_modules/.bin/electron-rebuild -v 1.4.15 # here specify the version of electron you are using (electron --version)
./node_modules/.bin/electron-rebuild
```

### Launching the app
Currently, you have to go in the `app/` folder and execute `ng serve`.
Then, in another terminal, in the main folder you execute `electron .` (it allows hot-reload of the Angular part).

### Windows Warning
If you have an antivirus, it may interfere with AllToMP3.
If you encounter any problem, try to add an exception for AllToMP3 or to deactivate it.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AllToMP3",
"version": "0.1.7",
"version": "0.1.8",
"description": "Download YouTube videos in MP3 with tags and lyrics",
"main": "main.js",
"repository": "git@github.com:AllToMP3/alltomp3-app.git",
Expand All @@ -14,8 +14,8 @@
"nedb-promise": "^2.0.1"
},
"devDependencies": {
"electron": "^1.4.15",
"electron-builder": "^13.5.0",
"electron": "^1.6.2",
"electron-builder": "^15.4.3",
"electron-rebuild": "^1.5.7"
},
"build": {
Expand Down

0 comments on commit 91ea868

Please sign in to comment.