We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564e99c commit 61b2581Copy full SHA for 61b2581
data/writeas-gtk.appdata.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<component type="desktop-application">
3
- <id>writeas-gtk</id>
+ <id>com.github.writeas.writeas-gtk</id>
4
<project_license>GPL-3.0+</project_license>
5
<metadata_license>CC0</metadata_license>
6
<name>Write.as</name>
@@ -28,7 +28,7 @@
28
<update_contact>hello@write.as</update_contact>
29
30
<provides>
31
- <binary>writeas-gtk</binary>
+ <binary>com.github.writeas.writeas-gtk</binary>
32
</provides>
33
34
<screenshots>
src/meson.build
@@ -1,4 +1,4 @@
-executable('writeas-gtk',
+executable('com.github.writeas.writeas-gtk',
'application.vala',
'window.vala',
0 commit comments