jellyfin-archive / jellyfin-desktop

Desktop Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
180 stars 45 forks source link

Fix Electron Packager #13

Closed simoncaron closed 5 years ago

simoncaron commented 5 years ago

I added an icns version of the app icon to fix Electron Packager build on macOS and updated the path to the database.txt file to fix the following error on packaged apps:

(node:19734) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, lstat 'database.txt'

almet commented 5 years ago

Hi! What should we do with this? @skaro13 are you willing to split in two and add a screenshot? If not, should we merge as is instead and fix things later on?

simoncaron commented 5 years ago

Closed in favor of #17