Skip to content

Commit

Permalink
bugfix intel gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
hitman249 committed Sep 5, 2023
1 parent 54cc7b5 commit 981b945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/src/modules/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default class Driver {
}

if (this.command.exec('glxinfo | grep "Intel"')) {
this.values.amd = {
this.values.intel = {
vendor: 'intel',
driver: 'intel',
version: '',
Expand Down
2 changes: 1 addition & 1 deletion src/src/modules/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const fs = require('fs');

export default class Update {

version = '1.5.20';
version = '1.5.21';

/**
* @type {string}
Expand Down

0 comments on commit 981b945

Please sign in to comment.