diff options
author | Ricky Kresslein <ricky@kressle.in> | 2022-02-20 19:19:45 +0100 |
---|---|---|
committer | Ricky Kresslein <ricky@kressle.in> | 2022-02-20 19:19:45 +0100 |
commit | 2a8e1c75863bc84c55eadcff1f3adb42d409d180 (patch) | |
tree | 8f5bb0f816a5ecffa25a01ab15ee84bc717cf99f /src/config.rs.in | |
parent | 379561117862952d567bfdbf0700b5c7f470a1a8 (diff) | |
download | Furtherance-2a8e1c75863bc84c55eadcff1f3adb42d409d180.tar.zst |
- Distinctive development mode
Diffstat (limited to 'src/config.rs.in')
-rw-r--r-- | src/config.rs.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.rs.in b/src/config.rs.in index 4005031..6429916 100644 --- a/src/config.rs.in +++ b/src/config.rs.in @@ -19,3 +19,4 @@ pub static GETTEXT_PACKAGE: &str = @GETTEXT_PACKAGE@; pub static LOCALEDIR: &str = @LOCALEDIR@; pub static PKGDATADIR: &str = @PKGDATADIR@; pub static APP_ID: &str = @APP_ID@; +pub static PROFILE: &str = @PROFILE@; |