Move the metainfo XML declaration to the top
The metainfo file is no longer a valid XML file; the XML declaration must be the first line in the file. The file can be checked with appstreamcli validate. This moves the declaration back to the top of the file. Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
parent
dd1b3dc573
commit
2b4e272331
|
@ -1,5 +1,5 @@
|
|||
<!-- Copyright 2020-2022 Peter F. Patel-Schneider -->
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2020-2022 Peter F. Patel-Schneider -->
|
||||
<component type="desktop-application">
|
||||
<id>io.github.pwr_solaar.solaar</id>
|
||||
|
||||
|
|
Loading…
Reference in New Issue