Browse Source

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

tags/v1.0.0
Matt Baer 5 years ago
parent
commit
c3b0a35a2e
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      data/com.github.writeas.writeas-gtk.appdata.xml
  2. +1
    -1
      src/meson.build

+ 2
- 2
data/com.github.writeas.writeas-gtk.appdata.xml View File

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

<provides>
<binary>writeas-gtk</binary>
<binary>com.github.writeas.writeas-gtk</binary>
</provides>

<screenshots>


+ 1
- 1
src/meson.build View File

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



Loading…
Cancel
Save