Revert "Fix more missing com.github.writeas.writeas-gtk IDs"

This reverts commit c3b0a35a2e.
This commit is contained in:
Matt Baer 2018-09-30 21:55:22 -04:00
parent b81fad066a
commit c0c8775c3a
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<component type="desktop-application"> <component type="desktop-application">
<id>com.github.writeas.writeas-gtk</id> <id>writeas-gtk</id>
<project_license>GPL-3.0+</project_license> <project_license>GPL-3.0+</project_license>
<metadata_license>CC0</metadata_license> <metadata_license>CC0</metadata_license>
<name>Write.as</name> <name>Write.as</name>
@ -28,7 +28,7 @@
<update_contact>hello@write.as</update_contact> <update_contact>hello@write.as</update_contact>
<provides> <provides>
<binary>com.github.writeas.writeas-gtk</binary> <binary>writeas-gtk</binary>
</provides> </provides>
<screenshots> <screenshots>

View File

@ -1,4 +1,4 @@
executable('com.github.writeas.writeas-gtk', executable('writeas-gtk',
'application.vala', 'application.vala',
'window.vala', 'window.vala',