Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.
/ TUF-Control Public archive

A Keyboard Lighting And Fan Mode Controller GUI App For hackbnw/faustus Driver Module Built With Electron

Notifications You must be signed in to change notification settings

icodelifee/TUF-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TUF-Control [DISCONTINUED AS I DONT OWN DEVICE ANYMORE]

A Keyboard Lighting And Fan Mode Controller 🎛 GUI App For hackbnw/faustus Driver Module For ASUS TUF Gaming Series Laptops💻

How to compile .deb package

  1. git clone https://github.com/icodelifee/TUF-Control.git
  2. cd TUF-Control/
  3. npm install electron-packager -g
  4. npm run-script build
  5. npm install -g electron-installer-debian
  6. electron-installer-debian --src dist/tufcontrol-electron/ --dest dist/installers/ --arch amd64
  7. Package will be present in dist/installers

How to compile .rpm package

  1. git clone https://github.com/icodelifee/TUF-Control.git
  2. cd TUF-Control/
  3. npm install electron-packager -g
  4. npm run-script build
  5. npm install -g electron-installer-redhat
  6. electron-installer-redhat --src dist/tufcontrol-electron/ --dest dist/installers/ --arch amd64
  7. Package will be present in dist/installers

About

A Keyboard Lighting And Fan Mode Controller GUI App For hackbnw/faustus Driver Module Built With Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published