Add desktop file and icon to meson build script

This commit is contained in:
Bnyro
2023-06-26 10:38:07 +02:00
parent bfa01c8609
commit d71bbcd3f3
10 changed files with 176 additions and 31 deletions

View File

@@ -1,8 +1,3 @@
pub const APP_ID: &str = "com.lemmy-gtk.lemoa";
pub const GETTEXT_PACKAGE: &str = ;
pub const LOCALEDIR: &str = ;
pub const PKGDATADIR: &str = "/usr/local/share/lemoa";
pub const PROFILE: &str = ;
pub const RESOURCES_FILE: &str = concat!("/usr/local/share/lemoa", "/resources.gresource");
pub const VERSION: &str = "0.1.0";

View File

@@ -1,8 +1,3 @@
pub const APP_ID: &str = @APP_ID@;
pub const GETTEXT_PACKAGE: &str = @GETTEXT_PACKAGE@;
pub const LOCALEDIR: &str = @LOCALEDIR@;
pub const PKGDATADIR: &str = @PKGDATADIR@;
pub const PROFILE: &str = @PROFILE@;
pub const RESOURCES_FILE: &str = concat!(@PKGDATADIR@, "/resources.gresource");
pub const VERSION: &str = @VERSION@;