Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auto launch #26

Merged
merged 3 commits into from
May 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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