Skip to content

Commit

Permalink
test: new build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelxk committed May 31, 2021
1 parent 6cefc89 commit e404b9c
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 247 deletions.
2 changes: 1 addition & 1 deletion app/listen1_chrome_extension
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ switch (process.platform) {
case "win32":
trayIconPath = join(__dirname, "/resources/logo_32.png");
// fix transparent window not working in linux bug
app.disableHardwareAcceleration();
// app.disableHardwareAcceleration();
break;
default:
break;
Expand Down
93 changes: 46 additions & 47 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"homepage": "https://github.com/listen1/listen1_desktop#readme",
"dependencies": {
"electron-store": "^8.0.0",
"electron-updater": "^4.3.8",
"electron-updater": "^4.3.9",
"music-metadata": "^7.8.5"
}
}
Loading

0 comments on commit e404b9c

Please sign in to comment.