root/src/config.rs

1
2
3
4
5
6
7
8
9
10
11
// config.rs
// Copyright 2023 nee <nee-git@patchouli.garden>
// SPDX-License-Identifier: AGPL-3.0-or-later
#![allow(dead_code)]
pub const APP_ID: &str = "blue.hidamari.mpdr.Devel";
pub const GETTEXT_PACKAGE: &str = "mpdr";
pub const LOCALEDIR: &str = "/app/share/locale";
pub const PKGDATADIR: &str = "/app/share/mpdr";
pub const PROFILE: &str = "Devel";
pub const RESOURCES_FILE: &str = concat!("/app/share/mpdr", "/resources.gresource");
pub const VERSION: &str = "0.1.0";