diff --git a/data/com.github.writeas.writeas-gtk.appdata.xml b/data/com.github.writeas.writeas-gtk.appdata.xml index a53cd57..94636d9 100644 --- a/data/com.github.writeas.writeas-gtk.appdata.xml +++ b/data/com.github.writeas.writeas-gtk.appdata.xml @@ -1,96 +1,96 @@ - com.github.writeas.writeas-gtk + writeas-gtk GPL-3.0+ CC0 Write.as Publish a thought in seconds

Write.as is a simple writing tool and publishing platform. There's no sign up — just open the app, write something, and publish.

Published posts get a secret, unique link on Write.as that you can share with anyone, or keep to yourself. In either case, you remain private because we don't collect personal information about you.

Write.as https://write.as/ https://write.as/contact https://github.com/writeas/writeas-gtk/issues hello@write.as - com.github.writeas.writeas-gtk + writeas-gtk The Write.as editor. https://write.as/img/screens/gtk/serif.png The Write.as editor in dark mode. https://write.as/img/screens/gtk/serif-dark.png https://write.as/img/screens/gtk/sans.png https://write.as/img/screens/gtk/monospace.png none none none none none none none none none none none none none none none none none none none none none none none none none none none

Initial release

  • Auto-saving single draft
  • Dark mode on platforms that support it
  • Choose between three fonts
  • Save draft as another file
  • Publish anonymously to Write.as
25
diff --git a/src/meson.build b/src/meson.build index c035d76..6503a1e 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,9 +1,9 @@ -executable('com.github.writeas.writeas-gtk', +executable('writeas-gtk', 'application.vala', 'window.vala', c_args: ['-include', 'config.h'], link_args: '-lm', dependencies: [dependency('gtk+-3.0'), dependency('gtksourceview-3.0')], install: true )