Skip to content

Commit

Permalink
Merge pull request #26 from Izurii/update-auto-launch
Browse files Browse the repository at this point in the history
Update auto launch
  • Loading branch information
Izurii authored May 18, 2021
2 parents 7027f2e + a6cb602 commit 6486777
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ sudo dpkg -i y720-kb-led-controller-x.deb

```
git clone https://github.com/Izurii/Lenovo-Y720-KB-Led-Controller
npm install
npm run dist
yarn
yarn dist
```

# How to start using yarn

```
yarn start
```
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "main.js",
"author": "Izurii Hootoh <izuriihootoh@gmail.com> (https://github.com/Izurii)",
"scripts": {
"preinstall": "npm i -g electron-builder",
"preinstall": "yarn global add electron-builder",
"postinstall": "electron-builder install-app-deps",
"dist": "electron-builder",
"release": "electron-builder",
Expand Down Expand Up @@ -65,7 +65,8 @@
"angular-material": "^1.2.2",
"angular-messages" : "^1.7.2",
"angular-route": "^1.8.2",
"easy-auto-launch": "^5.0.6",
"angular-messages" : "^1.7.2",
"easy-auto-launch": "^6.0.0",
"electron-first-run": "^3.0.0",
"electron-store": "^7.0.2",
"ioctl": "^2.0.2",
Expand Down

0 comments on commit 6486777

Please sign in to comment.