Skip to content

Commit

Permalink
Merge pull request #39 from cosmic-utils/fix-justfile
Browse files Browse the repository at this point in the history
Fix justfile
  • Loading branch information
ahoneybun authored Jan 14, 2025
2 parents 6f8339a + 78fc128 commit ed916e4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<br>
<img src="https://raw.githubusercontent.com/ahoneybun/Stellarshot/main/res/icons/hicolor/scalable/apps/com.github.ahoneybun.Stellarshot.svg" width="150" />
<img src="https://raw.githubusercontent.com/cosmic-utils/stellarshot/9f8a49dfaaa9bd545e852a9460e3cd99dc2c5e66/res/icons/hicolor/scalable/apps/com.github.cosmic-utils.Stellarshot.svg" width="150" />
<h1>Stellarshot</h1>

<h3>A simple backup application using Rustic for the COSMIC™ desktop.</h3>
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := 'stellarshot'
export APPID := 'com.github.ahoneybun.Stellarshot'
export APPID := 'com.github.cosmic-utils.Stellarshot'

rootdir := ''
prefix := '/usr'
Expand Down
2 changes: 1 addition & 1 deletion res/com.github.cosmic-utils.Stellarshot.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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;
6 changes: 3 additions & 3 deletions res/com.github.cosmic-utils.Stellarshot.metainfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.github.ahoneybun.Stellarshot</id>
<id>com.github.cosmic-utils.Stellarshot</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<project_group>COSMIC</project_group>
Expand All @@ -16,8 +16,8 @@
<description>
<p>A simple backup application using Rustic for the COSMIC™ desktop.</p>
</description>
<launchable type="desktop-id">com.github.ahoneybun.Stellarshot.desktop</launchable>
<icon type="remote" height="256" width="256">https://raw.githubusercontent.com/ahoneybun/Stellarshot/master/res/icons/hicolor/256x256/appscom.github.ahoneybun.Stellarshot.svg</icon>
<launchable type="desktop-id">com.github.cosmic-utils.Stellarshot</launchable>
<icon type="remote" height="256" width="256">https://raw.githubusercontent.com/cosmic-utils/stellarshot/main/res/icons/hicolor/scalable/apps/com.github.cosmic-utils.Stellarshot.svg</icon>
<screenshots>
</screenshots>
<categories>
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed916e4

Please sign in to comment.