Skip to content

Commit

Permalink
Merge pull request #22 from Izurii/fix-app-name
Browse files Browse the repository at this point in the history
Removing unnecessary variable in package.json and fixing app name in …
  • Loading branch information
Izurii authored May 17, 2021
2 parents 1c0911f + f8fc1c6 commit a4ae456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const constants = require('constants');
const sudo = require('sudo-prompt');

const LedController = new AutoLaunch({
name: 'Lenovo Y720 Keyboard LED Controller',
name: 'y720-kb-led-controller',
isHidden: true
});

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"node": "=14.16.0"
},
"engineStrict": true,
"version": "v1.8.27-apocalypse",
"version": "v1.8.30-apocalypse",
"description": "Software to control the keyboard backlight rgb leds of Lenovo Legion Y720 notebook.",
"main": "main.js",
"author": "Izurii Hootoh <izuriihootoh@gmail.com> (https://github.com/Izurii)",
Expand All @@ -25,7 +25,6 @@
],
"category": "Utility",
"icon": "./resources/icons",
"executableName": "LenovoY720KeyboardController",
"desktop": {
"Categories": "Utility"
},
Expand Down

0 comments on commit a4ae456

Please sign in to comment.