diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 15:47:36 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 15:47:36 -0300 |
commit | d6456e4357a1d2f1480f4ac14e1e00ddba2644b4 (patch) | |
tree | 7d5cbd5b2d0f789207d129c048eff00f4d272a73 /user-scripts | |
parent | 94326a8cad79aad2fd89d45503ada0455d644756 (diff) |
cleanup & change binary name to rosenrot
Diffstat (limited to 'user-scripts')
-rw-r--r-- | user-scripts/debian-12/install-with-dependencies.sh | 4 | ||||
-rwxr-xr-x | user-scripts/debian-12/rosenrot.desktop (renamed from user-scripts/debian-12/rose.desktop) | 0 | ||||
-rw-r--r-- | user-scripts/ubuntu-20.04/README.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/user-scripts/debian-12/install-with-dependencies.sh b/user-scripts/debian-12/install-with-dependencies.sh index 60e716e..aa68f09 100644 --- a/user-scripts/debian-12/install-with-dependencies.sh +++ b/user-scripts/debian-12/install-with-dependencies.sh @@ -21,5 +21,5 @@ sudo make install cd - # Debian desktop icon -chmod +x rose.desktop -sudo cp rose.desktop /usr/share/applications +chmod +x rosenrot.desktop +sudo cp rosenrot.desktop /usr/share/applications diff --git a/user-scripts/debian-12/rose.desktop b/user-scripts/debian-12/rosenrot.desktop index c970b7a..c970b7a 100755 --- a/user-scripts/debian-12/rose.desktop +++ b/user-scripts/debian-12/rosenrot.desktop diff --git a/user-scripts/ubuntu-20.04/README.md b/user-scripts/ubuntu-20.04/README.md index 5fcc6f4..c0070c9 100644 --- a/user-scripts/ubuntu-20.04/README.md +++ b/user-scripts/ubuntu-20.04/README.md @@ -1 +1 @@ -Code here uses the libwebkit2gtk-4.0 api. It is deprecated. See the debian version for how to use the -4.1 version instead. Package names might vary. +Code in this directory refers to a previous version of rosenrot which used the libwebkit2gtk-4.0 api. It is deprecated. See the debian folder for how to use the -4.1 version instead. Package names might vary. |