helium-helper/test.sh

12 lines
238 B
Bash
Raw Normal View History

2025-12-20 17:08:47 +01:00
#!/bin/bash
2025-12-21 23:22:42 +01:00
TMP=/tmp/Helium
2025-12-22 18:35:52 +01:00
add_launcher() {
if [ -f "$INSTALL_PATH/helium-browser.AppImage" ] ; then
2025-12-21 23:22:42 +01:00
else
2025-12-22 18:35:52 +01:00
echo -e "\n ${RED}Helium AppImage not found! Can't add launcher...${CRS}"
exit
2025-12-20 17:08:47 +01:00
2025-12-21 23:22:42 +01:00
fi
2025-12-22 18:35:52 +01:00
}