mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Fix application identifier in the AppStream metadata
The DBus specification forbids `-` in identifiers (except in the last segment), so we need to replace it with an underscore.
This commit is contained in:
parent
9289cb350d
commit
9e54b71059
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Copyright (c) 2019 OverloadedOrama -->
|
<!-- Copyright (c) 2019 OverloadedOrama -->
|
||||||
<component type="desktop">
|
<component type="desktop">
|
||||||
<id>com.orama-interactive.Pixelorama.desktop</id>
|
<id>com.orama_interactive.Pixelorama.desktop</id>
|
||||||
<name>Pixelorama</name>
|
<name>Pixelorama</name>
|
||||||
<summary>2D sprite editor with animation support</summary>
|
<summary>2D sprite editor with animation support</summary>
|
||||||
<description>
|
<description>
|
Loading…
Reference in a new issue