email-client

A gtk4 Email Client
git clone git://archive.git.mtrnord.blog/erooster-mail/email-client.git
Log | Files | Refs | LICENSE

config.rs.in (257B)


      1 pub static NAME: &str = @NAME@;
      2 pub static PKGNAME: &str = @PKGNAME@;
      3 pub static APP_ID: &str = @APP_ID@;
      4 pub static PATH_ID: &str = @PATH_ID@;
      5 pub static VERSION: &str = @VERSION@;
      6 pub static PROFILE: &str = @PROFILE@;
      7 pub static DATADIR: &str = @DATADIR@;