Skip to content

Commit

Permalink
fix: building
Browse files Browse the repository at this point in the history
  • Loading branch information
duzda committed Apr 22, 2024
1 parent e7f4de3 commit f4167ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Q: Chromecast support?
A: As of right now, no, see [issue 33](https://github.com/duzda/deezer-enhanced/issues/33)

Q: I don't like the tray icon
A: Tray icon is changeable system-wide via `/opt/Deezer Enhanced/resources/assets/icon.png` or locally via `~/.config/deezer-enhanced/assets`
A: Tray icon is changeable system-wide via `/opt/deezer-enhanced/resources/assets/icon.png` or locally via `~/.config/deezer-enhanced/assets/icon.png`

# Build Instructions

Expand Down
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config: ForgeConfig = {
extraResource: [
'./assets'
],
appCategoryType: 'app-category-type=public.app-category.music',
appCategoryType: 'public.app-category.music',
},
rebuildConfig: {},
makers: [
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "deezer-enhanced",
"productName": "deezer-enhanced",
"version": "1.0.0",
"description": "An unofficial application for Deezer with enhanced features.",
"homepage": "https://github.com/duzda/deezer-enhanced",
Expand Down

0 comments on commit f4167ed

Please sign in to comment.