Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JustYuuto committed Nov 23, 2024
2 parents d9596b0 + e73f08c commit 42fb5fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
# Builds
/build/
/dist/

.DS_Store
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 42fb5fb

Please sign in to comment.