Change the id field instead of the launchable field
This commit is contained in:
parent
c116d6e7d5
commit
dac454e685
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2020-2022 mujx, nheko reborn developers -->
|
||||
<component type="desktop">
|
||||
<id>@APPID@.desktop</id>
|
||||
<launchable type="desktop-id">im.nheko.Nheko.desktop</launchable>
|
||||
<id>im.nheko.Nheko.desktop</id>
|
||||
<launchable type="desktop-id">@APPID@.desktop</launchable>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<name>nheko</name>
|
||||
|
Loading…
Reference in New Issue
Block a user