Change the id field instead of the launchable field

pull/1570/head
Miika Tuominen 1 year ago committed by GitHub
parent c116d6e7d5
commit dac454e685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      resources/nheko.appdata.xml.in

@ -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…
Cancel
Save