+
Frederic Laing
@@ -99,7 +99,7 @@
Release 0.1.13 includes the following changes:
- clearly clarify this as a third party app for COSMIC DE according to the trademark
- - migrate app from io.github.freddyfunk.camera to io.github.cosmicutils.camera
+ - migrate app from io.github.freddyfunk.camera to io.github.cosmic_utils.camera
- deps(cargo): bump rfd from 0.15.4 to 0.16.0
- deps(cargo): bump crossterm from 0.28.1 to 0.29.0
diff --git a/src/app/mod.rs b/src/app/mod.rs
index d7633d1..7c7d6db 100644
--- a/src/app/mod.rs
+++ b/src/app/mod.rs
@@ -78,7 +78,7 @@ const REPOSITORY: &str = "https://github.com/cosmic-utils/camera";
/// App icon SVG for the about page (scalable, non-pixelated)
const APP_ICON: &[u8] =
- include_bytes!("../../resources/icons/hicolor/scalable/apps/io.github.cosmicutils.camera.svg");
+ include_bytes!("../../resources/icons/hicolor/scalable/apps/io.github.cosmic_utils.camera.svg");
impl cosmic::Application for AppModel {
/// The async executor that will be used to run your application's commands.
@@ -91,7 +91,7 @@ impl cosmic::Application for AppModel {
type Message = Message;
/// Unique identifier in RDNN (reverse domain name notation) format.
- const APP_ID: &'static str = "io.github.cosmicutils.camera";
+ const APP_ID: &'static str = "io.github.cosmic_utils.camera";
fn core(&self) -> &cosmic::Core {
&self.core