diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 19:31:04 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 19:31:04 -0300 |
commit | af208844b575edb6ce9205507289a00743a8bf4e (patch) | |
tree | c36ebd9e175a4d60a1b31d0f94f085a9d1f90aae /user-scripts/debian-12/rosenrot.desktop | |
parent | 878d6a890bdc1a8381b0c44c80c36d829cc28fc1 (diff) |
reorg makefile and make runtime locations less messy
In particular, stop using the installation directory for anything
and instead move to /opt/rosenrot
The user specific cache remains at /home/user/.cache
Diffstat (limited to 'user-scripts/debian-12/rosenrot.desktop')
-rwxr-xr-x | user-scripts/debian-12/rosenrot.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-scripts/debian-12/rosenrot.desktop b/user-scripts/debian-12/rosenrot.desktop index c970b7a..dc30dc7 100755 --- a/user-scripts/debian-12/rosenrot.desktop +++ b/user-scripts/debian-12/rosenrot.desktop @@ -6,4 +6,4 @@ Terminal=false Exec=/bin/rose %u Name=Rose Comment=Minimalistic browser -Icon=/home/nuno/Documents/workspace/rosenrot/user-scripts/debian-12/rose-images/rose-desktop-icon.png +Icon=/opt/rosenrot/rosenrot-desktop-icon.png |