Write.as GTK desktop app https://write.as/apps/desktop
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
336 B

  1. install_data('icons/write-as.png',
  2. install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps')
  3. )
  4. install_data('writeas-gtk.desktop',
  5. install_dir: join_paths(get_option('datadir'), 'applications'))
  6. install_data('writeas-gtk.appdata.xml',
  7. install_dir: join_paths(get_option('datadir'), 'metainfo'))