diff --git a/README.md b/README.md index 697ac7f..50d5d81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- +

Stellarshot

A simple backup application using Rustic for the COSMICâ„¢ desktop.

diff --git a/justfile b/justfile index decad8e..7647a30 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ name := 'stellarshot' -export APPID := 'com.github.ahoneybun.Stellarshot' +export APPID := 'com.github.cosmic-utils.Stellarshot' rootdir := '' prefix := '/usr' diff --git a/res/com.github.cosmic-utils.Stellarshot.desktop b/res/com.github.cosmic-utils.Stellarshot.desktop index 8b0927e..d3c3fe0 100644 --- a/res/com.github.cosmic-utils.Stellarshot.desktop +++ b/res/com.github.cosmic-utils.Stellarshot.desktop @@ -4,7 +4,7 @@ Exec=stellarshot %F Terminal=false Type=Application StartupNotify=true -Icon=com.github.ahoneybun.Stellarshot +Icon=com.github.cosmic-utils.Stellarshot Categories=COSMIC;Utility; Keywords=Backups;Snapshots; MimeType=inode/directory; diff --git a/res/com.github.cosmic-utils.Stellarshot.metainfo.xml b/res/com.github.cosmic-utils.Stellarshot.metainfo.xml index 0fda5ca..44ce195 100644 --- a/res/com.github.cosmic-utils.Stellarshot.metainfo.xml +++ b/res/com.github.cosmic-utils.Stellarshot.metainfo.xml @@ -1,6 +1,6 @@ - com.github.ahoneybun.Stellarshot + com.github.cosmic-utils.Stellarshot CC0-1.0 GPL-3.0-only COSMIC @@ -16,8 +16,8 @@

A simple backup application using Rustic for the COSMICâ„¢ desktop.

- com.github.ahoneybun.Stellarshot.desktop - https://raw.githubusercontent.com/ahoneybun/Stellarshot/master/res/icons/hicolor/256x256/appscom.github.ahoneybun.Stellarshot.svg + com.github.cosmic-utils.Stellarshot + https://raw.githubusercontent.com/cosmic-utils/stellarshot/main/res/icons/hicolor/scalable/apps/com.github.cosmic-utils.Stellarshot.svg diff --git a/res/icons/com.github.ahoneybun.Stellarshot.Source.svg b/res/icons/com.github.cosmic-utils.Stellarshot.Source.svg similarity index 100% rename from res/icons/com.github.ahoneybun.Stellarshot.Source.svg rename to res/icons/com.github.cosmic-utils.Stellarshot.Source.svg diff --git a/res/icons/hicolor/scalable/apps/com.github.ahoneybun.Stellarshot.svg b/res/icons/hicolor/scalable/apps/com.github.cosmic-utils.Stellarshot.svg similarity index 100% rename from res/icons/hicolor/scalable/apps/com.github.ahoneybun.Stellarshot.svg rename to res/icons/hicolor/scalable/apps/com.github.cosmic-utils.Stellarshot.svg diff --git a/src/app.rs b/src/app.rs index cf82336..8385ea2 100644 --- a/src/app.rs +++ b/src/app.rs @@ -178,7 +178,7 @@ impl Application for App { type Message = Message; - const APP_ID: &'static str = "com.github.ahoneybun.Stellarshot"; + const APP_ID: &'static str = "com.github.cosmic-utils.Stellarshot"; fn core(&self) -> &Core { &self.core