must use recursive delete on app bundle folder

This commit is contained in:
Axel Kohlmeyer
2025-07-08 04:50:25 -04:00
parent 4d9861e6a2
commit b500c879f5

View File

@ -3,8 +3,8 @@
APP_NAME=lammps-gui
VERSION="$1"
echo "Delete old files, if they exist"
rm -f ${APP_NAME}.dmg ${APP_NAME}-rw.dmg LAMMPS_GUI-macOS-multiarch*.dmg lammps-gui.app
echo "Delete old files and folders, if they exist"
rm -rf ${APP_NAME}.dmg ${APP_NAME}-rw.dmg LAMMPS_GUI-macOS-multiarch*.dmg lammps-gui.app
echo "Create initial dmg file with macdeployqt"
macdeployqt lammps-gui.app -dmg