ppy / osu-deploy

Deploy script for lazer
MIT License
46 stars 32 forks source link

Fix linux deploys failing on desktop file validation #146

Closed bdach closed 1 year ago

bdach commented 1 year ago

The SingleMainWindow key added to osu!.desktop in #145 has been added to the Desktop Entry Specification in version 1.5 [1]. appimagetool was using an older version of desktop-file-validate that only understood version 1.0 [2], thus leading to deployment failure.

To fix, update appimagetool from release 13 to the continuous build to receive the upstream fixes from [2], as well as explicitly specify the Desktop Entry Specification version in the osu!.desktop file template.