Skip to content

Commit

Permalink
Merge pull request #71 from Zalk0/master
Browse files Browse the repository at this point in the history
  • Loading branch information
JustYuuto authored Aug 30, 2024
2 parents 73f8acb + 6a58c53 commit e73f08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const config = {
icon: join(__dirname, '..', 'src', 'img', 'app.ico'),
},
linux: {
category: 'Audio',
category: 'Audio;AudioVideo',
target: ['snap', 'deb', 'AppImage'],
icon: join(__dirname, '..', 'src', 'img', 'app.png'),
icon: join(__dirname, '..', 'src', 'img', 'app.icns'),
},
files: [
'!src/*',
Expand Down

0 comments on commit e73f08c

Please sign in to comment.