vixalien / muzika

Elegant music streaming app
GNU General Public License v3.0
268 stars 17 forks source link

App crashes on opening the about dialog #145

Closed gregthwuen closed 4 months ago

gregthwuen commented 4 months ago

When trying to open the about window, the app just crashes with the following error message:

Could not parse metadata file: The resource at “/com/vixalien/muzika/com.vixalien.muzika.appdata.xml” does not exist
gregthwuen commented 4 months ago

There's a resource /com/vixalien/muzika/com.vixalien.muzika.metainfo.xml, though. If I'm not mistaken, .appdata.xml is just a legacy name for this type of file.

So probably this line referencing the wrong file name is the culprit:

https://github.com/vixalien/muzika/blob/5848c0c524241f1689370b5d1b70acc56b9cba7c/src/application.ts#L113