Write.as GTK desktop app https://write.as/apps/desktop
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

10 行
246 B

  1. executable('com.github.writeas.writeas-gtk',
  2. 'application.vala',
  3. 'window.vala',
  4. c_args: ['-include', 'config.h'],
  5. link_args: '-lm',
  6. dependencies: [dependency('gtk+-3.0'), dependency('gtksourceview-3.0')],
  7. install: true
  8. )