This commit is contained in:
vyvir
2024-08-23 19:10:15 +03:00
parent 08c2058f61
commit d7c66a0484
10 changed files with 38 additions and 55 deletions
+9
View File
@@ -0,0 +1,9 @@
Package: althea
Name: althea
Version: 0.5.0
Architecture: amd64
Author: vyvir <the.uniformed630@aleeas.com>
Maintainer: vyvir <the.uniformed630@aleeas.com>
Description: GUI for AltServerLinux
Homepage: https://github.com/vyvir/althea
Depends: binutils, python3 (>= 3.8), gir1.2-appindicator3-0.1, usbmuxd, libimobiledevice6, libimobiledevice-utils, libavahi-compat-libdnssd-dev, unzip, usbutils, libhandy-1-0, libhandy-1-dev, curl, python3-requests, gir1.2-notify-0.7, psmisc
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
set -ex
althea_PATH="/usr/lib/althea"
USER=$SUDO_USER
if [ -d "$althea_PATH" ]; then
sudo chown -R "$USER:$USER" "$althea_PATH"
fi
exit 0
+9
View File
@@ -0,0 +1,9 @@
[Desktop Entry]
Name=althea
Path=/usr/lib/althea
Exec=/usr/lib/althea/althea
Icon=/usr/share/icons/althea.png
Terminal=false
Type=Application
Categories=Application
Name[en_US]=althea
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB