mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 12:08:50 +03:00
Change the id field instead of the launchable field
This commit is contained in:
parent
c116d6e7d5
commit
dac454e685
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue