chore: mkdir BIN_APP_PATH, use sudo for mkdir, cp etc

This commit is contained in:
Jesús Pérex 2025-05-23 17:03:45 +01:00
parent afa3e45067
commit e63c74c5a3

View File

@ -34,7 +34,7 @@ if test -r Contents/MacOS/${RUN_APP_PATH} && test -r ${BIN_APP_PATH}/${RUN_APP_P
read -r answer
case $answer in
yes|y|s|si)
rm -rf ${BIN_APP_PATH}/${RUN_APP_PATH}
sudo rm -rf ${BIN_APP_PATH}/${RUN_APP_PATH}
echo -e "\nDeleted ${BOLD}${GREEN}${INVERT} ${RUN_APP_PAT} ${{NORMAL}";
;;
*)