diff options
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. |