This commit is contained in:
Fr4nz D13trich 2025-12-22 18:54:44 +01:00
parent 8e1e61b4c1
commit a555aa4560
2 changed files with 0 additions and 81 deletions

12
test.sh
View file

@ -1,12 +0,0 @@
#!/bin/bash
TMP=/tmp/Helium
add_launcher() {
if [ -f "$INSTALL_PATH/helium-browser.AppImage" ] ; then
else
echo -e "\n ${RED}Helium AppImage not found! Can't add launcher...${CRS}"
exit
fi
}