Skip to content

Commit c0c8775

Browse files
committed
Revert "Fix more missing com.github.writeas.writeas-gtk IDs"
This reverts commit c3b0a35.
1 parent b81fad0 commit c0c8775

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/com.github.writeas.writeas-gtk.appdata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<component type="desktop-application">
3-
<id>com.github.writeas.writeas-gtk</id>
3+
<id>writeas-gtk</id>
44
<project_license>GPL-3.0+</project_license>
55
<metadata_license>CC0</metadata_license>
66
<name>Write.as</name>
@@ -28,7 +28,7 @@
2828
<update_contact>hello@write.as</update_contact>
2929

3030
<provides>
31-
<binary>com.github.writeas.writeas-gtk</binary>
31+
<binary>writeas-gtk</binary>
3232
</provides>
3333

3434
<screenshots>

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
executable('com.github.writeas.writeas-gtk',
1+
executable('writeas-gtk',
22
'application.vala',
33
'window.vala',
44

0 commit comments

Comments
 (0)