Fix mime
This commit is contained in:
parent
f4d34eb107
commit
1bb9720ed0
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=osu-lazer-bin
|
||||
pkgver=2021.1108.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
|
||||
arch=('x86_64')
|
||||
url="https://osu.ppy.sh"
|
||||
|
@ -28,7 +28,7 @@ noextract=("$pkgname-$pkgver.AppImage")
|
|||
sha256sums=("3e8d35c9c919c821afb41c96012ef8976ba01f3bfa3356ef81f15e105c267e8b"
|
||||
"36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10"
|
||||
"30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244"
|
||||
"61a1885de1417ead48e2747420c2719aa62e923bf06f13ee7732c1fbc913bd0d")
|
||||
"43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801")
|
||||
|
||||
package() {
|
||||
# Install image
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=osu!lazer
|
||||
MimeType=application/x-osu-skin;application/x-osu-replay;application/x-osu-archive;x-scheme-handler/osu;
|
||||
MimeType=application/x-osu-skin-archive;application/x-osu-replay;application/x-osu-beatmap-archive;x-scheme-handler/osu;
|
||||
Icon=/usr/share/pixmaps/osu-lazer.png
|
||||
Comment=Open source free-to-win rhythm game
|
||||
Exec=/usr/bin/osu-lazer
|
||||
|
|
Loading…
Reference in New Issue